archeus/include/arc/graphics/config.h

15 lines
216 B
C

#ifndef ARC_GRAPHICS_CONFIG_H_
#define ARC_GRAPHICS_CONFIG_H_
#ifdef __cplusplus
extern "C" {
#endif
// ARC_Config_Create();
// ARC_Config_Destroy();
#ifdef __cplusplus
}
#endif
#endif // !ARC_GRAPHICS_CONFIG_H_