mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-25 21:27:30 +01:00
Added a few todos.
This commit is contained in:
parent
646d0c6e7d
commit
1cee3914be
@ -9,6 +9,8 @@
|
||||
|
||||
class User;
|
||||
|
||||
//TODO UserManagerStatic, UserManagerDB, UserManagerFile
|
||||
|
||||
class UserManager : public Node {
|
||||
GDCLASS(UserManager, Node);
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
|
||||
#include "core/resource.h"
|
||||
|
||||
//TODO remove _user_input postfixes
|
||||
|
||||
class User : public Resource {
|
||||
GDCLASS(User, Resource);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user