diff options
Diffstat (limited to 'src/libjin/Graphics/je_sprite_batch.h')
-rw-r--r-- | src/libjin/Graphics/je_sprite_batch.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libjin/Graphics/je_sprite_batch.h b/src/libjin/Graphics/je_sprite_batch.h index e69de29..7c1098b 100644 --- a/src/libjin/Graphics/je_sprite_batch.h +++ b/src/libjin/Graphics/je_sprite_batch.h @@ -0,0 +1,17 @@ +#ifndef __JE_GRAPHICS_SPRITE_BATCH_H__ +#define __JE_GRAPHICS_SPRITE_BATCH_H__ + +namespace JinEngine +{ + namespace Graphics + { + + class SpriteBatch + { + + }; + + } +} + +#endif
\ No newline at end of file |