diff options
Diffstat (limited to 'Source/Asura.Engine/Graphics/SpriteBatch.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/SpriteBatch.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Graphics/SpriteBatch.h b/Source/Asura.Engine/Graphics/SpriteBatch.h index e69de29..17d5e75 100644 --- a/Source/Asura.Engine/Graphics/SpriteBatch.h +++ b/Source/Asura.Engine/Graphics/SpriteBatch.h @@ -0,0 +1,20 @@ +#ifndef __ASURA_ENGINE_SPRITE_BATCH_H__ +#define __ASURA_ENGINE_SPRITE_BATCH_H__ + +namespace AsuraEngine +{ + namespace Graphics + { + + /// + /// Sprite batchȾͼƬĵطϵͳ + /// + class SpriteBatch + { + + }; + + } +} + +#endif
\ No newline at end of file |