12 lines
222 B
C
12 lines
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
|