added reading in csv and rending chuncks of spritesheets
This commit is contained in:
parent
551bda6114
commit
b024e8d5c1
3 changed files with 141 additions and 0 deletions
17
include/arc/files/config.h
Normal file
17
include/arc/files/config.h
Normal 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_
|
||||
Loading…
Add table
Add a link
Reference in a new issue