Added scene reloading & switching

This commit is contained in:
2023-03-03 16:05:48 +11:00
parent 4965cd492d
commit f9d0a27408
7 changed files with 92 additions and 59 deletions

View File

@@ -13,6 +13,7 @@
typedef struct Box_private_engine {
//engine stuff
Box_EngineNode* rootNode;
Toy_Literal nextRootNodeFilename;
clock_t simTime;
clock_t realTime;
bool running;