config working, commented out the line throwing error for closing window. will fix soon
This commit is contained in:
parent
81b3ed9144
commit
c5bef3bd16
5 changed files with 12 additions and 274 deletions
|
|
@ -13,6 +13,8 @@ typedef struct ARC_EngineData {
|
|||
ARC_Window *window;
|
||||
ARC_Renderer *renderer;
|
||||
ARC_Handler *state;
|
||||
|
||||
double dt;
|
||||
} 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