archeus/include/arc/graphics/config.h
2022-11-11 01:15:33 -07:00

17 lines
No EOL
304 B
C

#ifndef ARC_GRAPHICS_CONFIG_H_
#define ARC_GRAPHICS_CONFIG_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "arc/std/config.h"
#include "arc/graphics/renderer.h"
void ARC_GraphicsConfig_Init(ARC_Config *config, ARC_Renderer *renderer);
#ifdef __cplusplus
}
#endif
#endif // !ARC_GRAPHICS_CONFIG_H_