archeus/include/arc/graphics/none/spritesheet.h

12 lines
222 B
C
Raw Normal View History

2024-01-12 19:48:17 -07:00
#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