13 lines
188 B
C
13 lines
188 B
C
|
|
#ifdef ARC_NONE_GRAPHICS
|
||
|
|
|
||
|
|
#ifndef ARC_NONE_TEXT_H_
|
||
|
|
#define ARC_NONE_TEXT_H_
|
||
|
|
|
||
|
|
#include "arc/graphics/text.h"
|
||
|
|
|
||
|
|
struct ARC_Text {};
|
||
|
|
|
||
|
|
#endif // !ARC_NONE_TEXT_H_
|
||
|
|
|
||
|
|
#endif // !ARC_NONE_GRAPHICS
|