started working on chemical (arc config), also removed files/config as that is now handled by parser/csv

This commit is contained in:
herbglitch 2024-12-22 23:31:31 -07:00
parent 8496ea4a40
commit 4b59d5c062
4 changed files with 15 additions and 162 deletions

View file

@ -1,17 +0,0 @@
#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_