working on sprite config, kinda scared I'm f***ing everything up :)
This commit is contained in:
parent
da2be7780b
commit
8845cf78e0
7 changed files with 149 additions and 55 deletions
|
|
@ -24,7 +24,7 @@ void ARC_ConfigType_PointCopyFn(void **type, ARC_ParserTagToken *parsedData, ARC
|
|||
/**
|
||||
* @brief
|
||||
*/
|
||||
void ARC_ConfigType_PointDestroyFn(void *type);
|
||||
void ARC_ConfigType_PointDestroyFn(ARC_Config *config, void *type);
|
||||
|
||||
/**
|
||||
* @brief
|
||||
|
|
@ -34,7 +34,7 @@ void ARC_ConfigType_RectCopyFn(void **type, ARC_ParserTagToken *parsedData, ARC_
|
|||
/**
|
||||
* @brief
|
||||
*/
|
||||
void ARC_ConfigType_RectDestroyFn(void *type);
|
||||
void ARC_ConfigType_RectDestroyFn(ARC_Config *config, void *type);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue