diff options
author | chai <chaifix@163.com> | 2019-09-13 15:08:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-09-13 15:08:43 +0800 |
commit | 20535cb86266d7a4828009f3ddca42e35269b9e2 (patch) | |
tree | 796e77e4a34ed52b6c92fb58ec432c69ed4232e1 /src/libjin-lua/modules/graphics/l_animation.h | |
parent | 695eadc9d2a6d2f499b24ee6858325f6e22da077 (diff) |
*格式化代码
Diffstat (limited to 'src/libjin-lua/modules/graphics/l_animation.h')
-rw-r--r-- | src/libjin-lua/modules/graphics/l_animation.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/libjin-lua/modules/graphics/l_animation.h b/src/libjin-lua/modules/graphics/l_animation.h index 1b32ec3..eb308a8 100644 --- a/src/libjin-lua/modules/graphics/l_animation.h +++ b/src/libjin-lua/modules/graphics/l_animation.h @@ -3,22 +3,22 @@ namespace JinEngine { - namespace Lua - { + namespace Lua + { - extern const char* Jin_Lua_Animation; + extern const char* Jin_Lua_Animation; - /// - /// - /// - enum class AnimationDependency - { - DEP_SPRITES = 1 ///< Index from 1 - }; + /// + /// + /// + enum class AnimationDependency + { + DEP_SPRITES = 1 ///< Index from 1 + }; - void luaopen_Animation(lua_State* L); + void luaopen_Animation(lua_State* L); - } + } } #endif
\ No newline at end of file |