Remove old module system

This commit is contained in:
Jiga228
2025-10-07 21:07:54 +07:00
parent bb48fb6dfb
commit d5261561ed
10 changed files with 6 additions and 271 deletions
+2
View File
@@ -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