diff options
author | chai <chaifix@163.com> | 2018-11-14 08:12:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-14 08:12:17 +0800 |
commit | 84aea028f9955c9313fa14b62d39a3e8e80b84b7 (patch) | |
tree | 85c3096a84fd231cb7dec2d4d5cf4519a5a46c92 /src/lua/modules/graphics/je_lua_spritesheet.h | |
parent | 0bfff69053e27fbb6e541a6b8afa6c8e61a62403 (diff) |
*更新sprite
Diffstat (limited to 'src/lua/modules/graphics/je_lua_spritesheet.h')
-rw-r--r-- | src/lua/modules/graphics/je_lua_spritesheet.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/lua/modules/graphics/je_lua_spritesheet.h b/src/lua/modules/graphics/je_lua_spritesheet.h new file mode 100644 index 0000000..b4e965d --- /dev/null +++ b/src/lua/modules/graphics/je_lua_spritesheet.h @@ -0,0 +1,17 @@ +#ifndef __JE_LUA_SPRITE_SHEET_H__ +#define __JE_LUA_SPRITE_SHEET_H__ + +namespace JinEngine +{ + namespace Lua + { + + enum SpriteSheetDependency + { + DEP_GRAPHIC = 1 + }; + + } +} + +#endif
\ No newline at end of file |