still working on adding frames to config
This commit is contained in:
parent
3fa74e8f9e
commit
0591b6ca6e
10 changed files with 199 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue