started working on graphics config
This commit is contained in:
parent
585768f33d
commit
13ef683164
5 changed files with 69 additions and 67 deletions
|
|
@ -8,10 +8,33 @@ extern "C" {
|
|||
#include "arc/std/config.h"
|
||||
#include "arc/graphics/renderer.h"
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*/
|
||||
void ARC_GraphicsConfig_Init(ARC_Config *config, ARC_Renderer *renderer);
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*/
|
||||
void ARC_ConfigType_SpritesheetCopyFn(void **type, ARC_ParserTagToken *parsedData, ARC_Config *config, void *userdata);
|
||||
|
||||
/**
|
||||
* @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);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !ARC_GRAPHICS_CONFIG_H_
|
||||
#endif // !ARC_GRAPHICS_CONFIG_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue