added empty functions to graphics config to remove error when compiling
This commit is contained in:
parent
e4111b614d
commit
56175ccb1b
1 changed files with 20 additions and 0 deletions
|
|
@ -139,6 +139,26 @@ void ARC_ConfigType_SpritesheetCopyFn(void **type, ARC_ParserTagToken *parsedDat
|
||||||
// return 0;
|
// return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief
|
||||||
|
*/
|
||||||
|
void ARC_ConfigType_SpritesheetDestroyFn(void *type){
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief
|
||||||
|
*/
|
||||||
|
void ARC_ConfigType_SpriteCopyFn(void **type, ARC_ParserTagToken *parsedData, ARC_Config *config, void *userdata){
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief
|
||||||
|
*/
|
||||||
|
void ARC_ConfigType_SpriteDestroyFn(void *type){
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//uint8_t ARC_Sprite_Read(ARC_Config* config, ARC_String *string, void **value){
|
//uint8_t ARC_Sprite_Read(ARC_Config* config, ARC_String *string, void **value){
|
||||||
// ARC_Config_Get(config, string, value);
|
// ARC_Config_Get(config, string, value);
|
||||||
// if(*value){
|
// if(*value){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue