Added frontend system
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "Logger.h"
|
||||
#include "LogHistory.h"
|
||||
#include "UIServer.h"
|
||||
#include "RestInterface.h"
|
||||
#include "XGControl.h"
|
||||
|
||||
@@ -19,6 +20,7 @@ private:
|
||||
void PostExit();
|
||||
|
||||
Rest::RestInterface* restInterface;
|
||||
UI::UIServer* uiServer;
|
||||
|
||||
Logging::Logger* log;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user