archeus/include/arc/graphics/config.h

18 lines
309 B
C
Raw Normal View History

#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_