minor refactor

This commit is contained in:
MihailRis
2025-11-04 11:53:48 +03:00
parent 90f7fce2b1
commit ca6096c397
5 changed files with 29 additions and 14 deletions
+1
View File
@@ -77,6 +77,7 @@ namespace scripting {
);
std::unique_ptr<Process> start_coroutine(const io::path& script);
std::unique_ptr<Process> start_app_script(const io::path& script);
void on_world_load(LevelController* controller);
void on_world_tick(int tps);