12 lines
219 B
C
12 lines
219 B
C
#ifdef ARC_NONE_GRAPHICS
|
|
|
|
//#include "arc/graphics/renderer.h"
|
|
|
|
#ifndef ARC_NONE_RENDERER_H_
|
|
#define ARC_NONE_RENDERER_H_
|
|
|
|
//typedef void ARC_RendererType;
|
|
|
|
#endif // !ARC_NONE_RENDERER_H_
|
|
|
|
#endif // !ARC_NONE_GRAPHICS
|