Archeus 0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
config.c
Go to the documentation of this file.
1#ifdef ARC_NONE_GRAPHICS
2
4#include <stdio.h>
5
6void ARC_GraphicsConfig_Init(ARC_Config *config, ARC_Renderer *renderer){
7 printf("No Graphics Backend Selected\n");
8}
9
10#endif //ARC_NONE_GRAPHICS
void ARC_GraphicsConfig_Init(ARC_Config *config, ARC_Renderer *renderer)
struct ARC_RendererType ARC_Renderer
Definition renderer.h:16