#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_