wrote documentation for spritesheet, and worked on adding spritesheet to graphics config

This commit is contained in:
herbglitch 2025-03-19 05:13:11 -06:00
parent bbffbe1cb3
commit 83b87c6d63
9 changed files with 136 additions and 126 deletions

View file

@ -11,7 +11,7 @@ extern "C" {
/**
* @brief
*/
void ARC_GraphicsConfig_Init(ARC_Config *config, ARC_Renderer *renderer);
void ARC_Config_InitGraphics(ARC_Config *config, ARC_Renderer *renderer);
/**
* @brief