archeus/include/arc/graphics/spritesheet.h

15 lines
230 B
C
Raw Normal View History

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