14 lines
234 B
C
14 lines
234 B
C
|
|
#ifndef ARC_OPENGL_SPRITESHEET_H_
|
||
|
|
#define ARC_OPENGL_SPRITESHEET_H_
|
||
|
|
|
||
|
|
#ifdef ARC_OPENGL_GRAPHICS
|
||
|
|
|
||
|
|
#include "arc/graphics/spritesheet.h"
|
||
|
|
|
||
|
|
struct ARC_Spritesheet {
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // !ARC_OPENGL_GRAPHICS
|
||
|
|
|
||
|
|
#endif // !ARC_OPENGL_SPRITESHEET_H_
|