diff options
author | chai <chaifix@163.com> | 2018-11-26 20:08:44 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-26 20:08:44 +0800 |
commit | 949d712d5781ec9b2392a21125745f1257a66433 (patch) | |
tree | a33d3fc55ed81c94a7570ed8c930800b0bee5166 /src/lua/common/je_lua_proxy.h | |
parent | 380daad668cd288d98970cdd76d920e3fbf6a374 (diff) |
*lua bind
Diffstat (limited to 'src/lua/common/je_lua_proxy.h')
-rw-r--r-- | src/lua/common/je_lua_proxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lua/common/je_lua_proxy.h b/src/lua/common/je_lua_proxy.h index 57b577b..517e209 100644 --- a/src/lua/common/je_lua_proxy.h +++ b/src/lua/common/je_lua_proxy.h @@ -1,5 +1,5 @@ -#ifndef __JIN_COMMON_PROXY_H -#define __JIN_COMMON_PROXY_H +#ifndef __JIN_COMMON_PROXY_H__ +#define __JIN_COMMON_PROXY_H__ #include "je_lua_shared.hpp" @@ -54,4 +54,4 @@ namespace JinEngine } // namespace Lua } // namespace JinEngine -#endif // __JIN_COMMON_PROXY_H
\ No newline at end of file +#endif // __JIN_COMMON_PROXY_H__
\ No newline at end of file |