Archeus 0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
sprite.h
Go to the documentation of this file.
1#ifdef ARC_NONE_GRAPHICS
2
3#ifndef ARC_NONE_SPRITE_H_
4#define ARC_NONE_SPRITE_H_
5
7
8struct ARC_Sprite {};
9
10#endif // !ARC_NONE_SPRITE_H_
11
12#endif // !ARC_NONE_GRAPHICS
struct ARC_Sprite ARC_Sprite
a sprite type
Definition sprite.h:19