From 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Mar 2019 23:06:27 +0800 Subject: *rename --- Source/3rdParty/Luax/luax_enum.h | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 Source/3rdParty/Luax/luax_enum.h (limited to 'Source/3rdParty/Luax/luax_enum.h') diff --git a/Source/3rdParty/Luax/luax_enum.h b/Source/3rdParty/Luax/luax_enum.h deleted file mode 100644 index f709885..0000000 --- a/Source/3rdParty/Luax/luax_enum.h +++ /dev/null @@ -1,38 +0,0 @@ -#ifndef __LUAX_ENUM_H__ -#define __LUAX_ENUM_H__ - -#include "luax_config.h" - -namespace Luax -{ - - /// - /// 导出枚举,枚举是一类不可修改整型集合,枚举的值在 - /// - struct LuaxEnum - { - cc8* name; - int value; - }; - - extern int l_rmt__index(lua_State* L); - - extern int l_rmt__newindex(lua_State* L); - - //-------------------------------------------------------------------------------------------------------------- -#ifdef LUAX_ENABLE_PLAIN_ENABLE - /// - /// 纯lua的枚举,创建不可修改的table - /// - class LuaxPlainEnum - { - public: - - static int registry(lua_State* L); - - }; -#endif - -} - -#endif \ No newline at end of file -- cgit v1.1-26-g67d0