Add subsystem interactions to main framework
This commit is contained in:
parent
6458ebe2a4
commit
4cef87e506
2 changed files with 20 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#ifndef APPARATUS_H
|
||||
#define APPARATUS_H
|
||||
|
||||
#include "auth_system.h"
|
||||
#include "object_system.h"
|
||||
|
||||
#include <QString>
|
||||
#include <QFile>
|
||||
#include <QDataStream>
|
||||
|
|
@ -18,6 +21,9 @@ private:
|
|||
QFile *_bin_file;
|
||||
QDataStream stream;
|
||||
|
||||
auth_system _auth_system;
|
||||
object_system _object_system;
|
||||
|
||||
void open_reading_stream();
|
||||
void open_writing_stream();
|
||||
void close_stream();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue