diff options
author | chai <chaifix@163.com> | 2018-11-16 00:24:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-16 00:24:51 +0800 |
commit | 831e814ce9bdb84e86c06c4a52008f6bdaaa00d6 (patch) | |
tree | f91fccc7d2628d6e0a39886134b2bb174f5eede4 /src/libjin/Graphics/je_sprite_batch.h | |
parent | 6dc75930fe5fe02f1af5489917752d315cf9e48f (diff) |
*合并master到minimal分支
Diffstat (limited to 'src/libjin/Graphics/je_sprite_batch.h')
-rw-r--r-- | src/libjin/Graphics/je_sprite_batch.h | 9 |
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 |