diff options
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 |