Moved window create from RenderEngine to CoreInstance
This commit is contained in:
@@ -16,11 +16,8 @@ class GameInstance
|
||||
|
||||
std::atomic<bool> is_running = true;
|
||||
|
||||
// Create a window
|
||||
// Render
|
||||
// Pull events
|
||||
void start();
|
||||
|
||||
void stop();
|
||||
public:
|
||||
void quit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user