archeus/include/arc/graphics/none/spritesheet.h
2024-01-12 19:48:17 -07:00

12 lines
No EOL
222 B
C

#ifdef ARC_NONE_GRAPHICS
#ifndef ARC_NONE_SPRITESHEET_H_
#define ARC_NONE_SPRITESHEET_H_
#include "arc/graphics/spritesheet.h"
struct ARC_Spritesheet {};
#endif // !ARC_NONE_SPRITESHEET_H_
#endif // !ARC_NONE_GRAPHICS