|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
Go to the source code of this file.
Data Structures | |
| struct | ARC_State |
Typedefs | |
| typedef void(* | ARC_State_UpdateFn) (void *data) |
| typedef void(* | ARC_State_RenderFn) (void *data) |
| typedef struct ARC_State | ARC_State |
Functions | |
| void | ARC_State_Update (void *data) |
| void | ARC_State_Render (void *data) |
| typedef struct ARC_State ARC_State |
| void ARC_State_Render | ( | void * | data | ) |
| void ARC_State_Update | ( | void * | data | ) |