14 lines
257 B
C
14 lines
257 B
C
|
|
#ifdef ARC_GLFW_WINDOW
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
#include "arc/std/config.h"
|
||
|
|
#include "arc/std/string.h"
|
||
|
|
#include "arc/std/errno.h"
|
||
|
|
|
||
|
|
#include "renderer.h"
|
||
|
|
|
||
|
|
|
||
|
|
void ARC_GraphicsConfig_Init(ARC_Config *config, ARC_Renderer *renderer){
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif // ARC_OPENGL_GRAPHICS
|