Archeus 0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
text.h
Go to the documentation of this file.
1#ifdef ARC_NONE_GRAPHICS
2
3#ifndef ARC_NONE_TEXT_H_
4#define ARC_NONE_TEXT_H_
5
6#include "arc/graphics/text.h"
7
8struct ARC_Text {};
9
10#endif // !ARC_NONE_TEXT_H_
11
12#endif // !ARC_NONE_GRAPHICS
struct ARC_Text ARC_Text
Definition text.h:14