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