diff options
Diffstat (limited to 'src/Core.hpp')
-rw-r--r-- | src/Core.hpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/Core.hpp b/src/Core.hpp deleted file mode 100644 index 3c2d8da..0000000 --- a/src/Core.hpp +++ /dev/null @@ -1,23 +0,0 @@ -#pragma once - -#include <thread> -#include <memory> - -#include "Render.hpp" -#include "Event.hpp" - -class Core { - std::thread coreLoop; - std::thread networkLoop; - Render* render; - - GlobalState globalState = GlobalState::InitialLoading; - - void ExecuteCoreLoop(); - void ExecuteNetworkLoop(); -public: - Core(); - ~Core(); - - void ExecuteRenderLoop(); -};
\ No newline at end of file |