world.lua script

This commit is contained in:
MihailRis
2024-01-26 18:37:10 +03:00
parent 5d6c2b9b8e
commit abc3e47feb
7 changed files with 68 additions and 2 deletions
+3
View File
@@ -29,6 +29,9 @@ public:
void update(float delta,
bool input,
bool pause);
void onWorldSave();
void onWorldQuit();
};
#endif // LOGIC_LEVEL_CONTROLLER_H_