spritesheet being read in, needs testing and possible memory leak fix
This commit is contained in:
parent
15ee2819b1
commit
2e97d908d8
7 changed files with 120 additions and 202 deletions
|
|
@ -28,6 +28,7 @@ typedef void (* ARC_ConfigType_DestroyFn)(ARC_Config *config, void *type);
|
|||
* @brief the functions for used for loading and unloading a type, the name will be the key of a hashtable
|
||||
*/
|
||||
typedef struct ARC_ConfigType {
|
||||
uint32_t size;
|
||||
ARC_ConfigType_CopyFn copyFn;
|
||||
ARC_ConfigType_DestroyFn destroyFn;
|
||||
void *userdata;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue