Added a prettier web interface placeholder

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-24 18:54:34 +02:00
parent 99c429872b
commit 4f68951725
23 changed files with 716 additions and 187 deletions

View File

@@ -1,8 +1,9 @@
#pragma once
#include "Logger.h"
#include "LogHistory.h"
#include "RestInterface.h"
#include "HttpServer.h"
#include "XGControl.h"
#include "XGConfig.h"
class Framework
{
@@ -18,7 +19,7 @@ private:
void PreInit();
void PostExit();
Rest::RestInterface* restInterface;
Rest::HttpServer* httpServer;
Logging::Logger* log;