diff options
author | chai <chaifix@163.com> | 2018-11-25 13:08:56 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-25 13:08:56 +0800 |
commit | 1d54138b94a384917d47abd8109c586b1b7ac323 (patch) | |
tree | 0ce0584b341c2619295ccf8cbcf6511e080c4fb5 /src/lua/common/je_lua_constant.h | |
parent | 25b394738f08bc2e7b23f8343096f8296b46c633 (diff) |
*粒子系统
Diffstat (limited to 'src/lua/common/je_lua_constant.h')
-rw-r--r-- | src/lua/common/je_lua_constant.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/lua/common/je_lua_constant.h b/src/lua/common/je_lua_constant.h index 6f70f09..c173b88 100644 --- a/src/lua/common/je_lua_constant.h +++ b/src/lua/common/je_lua_constant.h @@ -1 +1,14 @@ -#pragma once +#ifndef __JE_LUA_CONSTANT_H__ +#define __JE_LUA_CONSTANT_H__ + +namespace JinEngine +{ + namespace Lua + { + + + + } +} + +#endif
\ No newline at end of file |