aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_sprite_batch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/je_sprite_batch.h')
-rw-r--r--src/libjin/Graphics/je_sprite_batch.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/libjin/Graphics/je_sprite_batch.h b/src/libjin/Graphics/je_sprite_batch.h
index 85a7951..64f9805 100644
--- a/src/libjin/Graphics/je_sprite_batch.h
+++ b/src/libjin/Graphics/je_sprite_batch.h
@@ -1,5 +1,5 @@
-#ifndef __JE_SPRITE_BATCH_H
-#define __JE_SPRITE_BATCH_H
+#ifndef __JE_GRAPHICS_SPRITE_BATCH_H__
+#define __JE_GRAPHICS_SPRITE_BATCH_H__
namespace JinEngine
{
@@ -8,10 +8,13 @@ namespace JinEngine
class SpriteBatch
{
+ public:
+
+ private:
};
} // namespace Graphics
-} // namespace JinEngine
+} // namespace JinEngine
#endif \ No newline at end of file