From 1d54138b94a384917d47abd8109c586b1b7ac323 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 25 Nov 2018 13:08:56 +0800 Subject: =?UTF-8?q?*=E7=B2=92=E5=AD=90=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lua/common/je_lua_constant.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/lua/common/je_lua_constant.h') 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 -- cgit v1.1-26-g67d0