Remove old module system
This commit is contained in:
@@ -17,8 +17,10 @@ class GameInstance
|
||||
std::atomic<bool> is_running = true;
|
||||
|
||||
void start();
|
||||
// Stop call from core
|
||||
void stop();
|
||||
public:
|
||||
// Stop call from game
|
||||
void quit();
|
||||
|
||||
// Init vulkan
|
||||
|
||||
Reference in New Issue
Block a user