still working on adding frames to config

This commit is contained in:
herbglitch 2022-11-29 14:50:20 -07:00
parent 3fa74e8f9e
commit 0591b6ca6e
10 changed files with 199 additions and 53 deletions

View file

@ -19,6 +19,9 @@ typedef struct ARC_EngineData {
ARC_Keyboard *keyboard;
double dt;
uint32_t running;
ARC_Handler_CleanDataFn cleanfn;
} ARC_EngineData;
//NOTE: most work below is temp, and will change once I figure out a better way to write this header