This commit is contained in:
MihailRis
2025-11-04 12:13:55 +03:00
parent 9afe265094
commit d163f12e67
3 changed files with 5 additions and 17 deletions
-1
View File
@@ -76,7 +76,6 @@ namespace scripting {
const io::path& script
);
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);