14 lines
191 B
C
14 lines
191 B
C
|
|
#ifndef ARC_OPENGL_SPRITE_H_
|
||
|
|
#define ARC_OPENGL_SPRITE_H_
|
||
|
|
|
||
|
|
#ifdef ARC_OPENGL
|
||
|
|
|
||
|
|
#include "arc/graphics/sprite.h"
|
||
|
|
|
||
|
|
struct ARC_Sprite {
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // !ARC_OPENGL
|
||
|
|
|
||
|
|
#endif // !ARC_OPENGL_SPRITE_H_
|