added empty functions to graphics config to remove error when compiling

This commit is contained in:
herbglitch 2025-03-18 01:53:07 -06:00
parent e4111b614d
commit 56175ccb1b

View file

@ -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){