diff options
author | chai <chaifix@163.com> | 2018-11-14 21:21:54 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-14 21:21:54 +0800 |
commit | 611d12bdd245dd43b7434661d3e24f2b435378cb (patch) | |
tree | 976904a325695f76680934c0d917ee664e1529d5 /src/lua/modules/types.h | |
parent | 84aea028f9955c9313fa14b62d39a3e8e80b84b7 (diff) |
*更新渲染模块
Diffstat (limited to 'src/lua/modules/types.h')
-rw-r--r-- | src/lua/modules/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/modules/types.h b/src/lua/modules/types.h index 4bd0943..7e5c4fd 100644 --- a/src/lua/modules/types.h +++ b/src/lua/modules/types.h @@ -13,6 +13,7 @@ #define JIN_GRAPHICS_BITMAP "Bitmap" #define JIN_GRAPHICS_SPRITE "Sprite" #define JIN_GRAPHICS_SPRITESHEET "SpriteSheet" +#define JIN_GRAPHICS_SPRITEBATCH "SpriteBatch" // audio module #define JIN_AUDIO_SOURCE "Source" |