14 lines
205 B
C
14 lines
205 B
C
#ifndef ARC_GRAPHICS_SPRITE_H_
|
|
#define ARC_GRAPHICS_SPRITE_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct ARC_Sprite ARC_Sprite;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // !ARC_GRAPHICS_SPRITE_H_
|