base viewmodel and interactions
This commit is contained in:
parent
50aa95e659
commit
d69b18f083
14 changed files with 228 additions and 77 deletions
|
|
@ -35,14 +35,15 @@ public:
|
|||
~apparatus();
|
||||
|
||||
void generate_empty_data();
|
||||
const auth_system& get_auth_subsystem();
|
||||
const object_system& get_object_subsystem();
|
||||
auth_system& get_auth_subsystem();
|
||||
object_system& get_object_subsystem();
|
||||
|
||||
|
||||
void serialize_data();
|
||||
void deserialize_data();
|
||||
|
||||
static bool isFirstRun();
|
||||
static void generate_lock_file();
|
||||
static apparatus* instance();
|
||||
static void init();
|
||||
static void shutdown();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue