added reading in csv and rending chuncks of spritesheets

This commit is contained in:
herbglitch 2023-01-22 18:45:49 -07:00
parent 551bda6114
commit b024e8d5c1
3 changed files with 141 additions and 0 deletions

View file

@ -0,0 +1,17 @@
#ifndef ARC_FILES_CONFIG_H_
#define ARC_FILES_CONFIG_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "arc/std/config.h"
#include "arc/graphics/renderer.h"
void ARC_FilesConfig_Init(ARC_Config *config);
#ifdef __cplusplus
}
#endif
#endif // !ARC_FILES_CONFIG_H_