2023-03-10 17:34:22 -07:00
|
|
|
#ifndef ARC_OPENGL_SPRITE_H_
|
|
|
|
|
#define ARC_OPENGL_SPRITE_H_
|
|
|
|
|
|
2024-01-19 01:17:19 -07:00
|
|
|
#ifdef ARC_OPENGL_GRAPHICS
|
2023-03-10 17:34:22 -07:00
|
|
|
|
|
|
|
|
#include "arc/graphics/sprite.h"
|
|
|
|
|
|
|
|
|
|
struct ARC_Sprite {
|
|
|
|
|
};
|
|
|
|
|
|
2024-01-19 01:17:19 -07:00
|
|
|
#endif // !ARC_OPENGL_GRAPHICS
|
2023-03-10 17:34:22 -07:00
|
|
|
|
|
|
|
|
#endif // !ARC_OPENGL_SPRITE_H_
|