15 lines
230 B
C
15 lines
230 B
C
|
|
#ifndef ARC_GRAPHICS_SPRITESHEET_H_
|
||
|
|
#define ARC_GRAPHICS_SPRITESHEET_H_
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
typedef struct ARC_Spritesheet ARC_Spritesheet;
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // !ARC_GRAPHICS_SPRITESHEET_H_
|