summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/luax_config.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-18 08:49:16 +0800
committerchai <chaifix@163.com>2019-03-18 08:49:16 +0800
commit5e2a973516e0729b225da9de0b03015dc5854ac4 (patch)
tree419e662de962cdc3cec646a814f443a9434b5db5 /Source/3rdParty/Luax/luax_config.h
parent9c0c9c9284b4cea07656a5e91eaf90adb961a38e (diff)
*luax
Diffstat (limited to 'Source/3rdParty/Luax/luax_config.h')
-rw-r--r--Source/3rdParty/Luax/luax_config.h27
1 files changed, 15 insertions, 12 deletions
diff --git a/Source/3rdParty/Luax/luax_config.h b/Source/3rdParty/Luax/luax_config.h
index a161d95..0f69843 100644
--- a/Source/3rdParty/Luax/luax_config.h
+++ b/Source/3rdParty/Luax/luax_config.h
@@ -14,21 +14,21 @@ extern "C" {
namespace Luax
{
- typedef unsigned int uint;
- typedef unsigned long uintptr;
- typedef long sintptr;
+ typedef unsigned int uint;
+ typedef unsigned long uintptr;
+ typedef long sintptr;
- typedef const char cc8;
+ typedef const char cc8;
- typedef unsigned char u8;
- typedef unsigned short u16;
- typedef unsigned int u32;
- typedef unsigned long long u64;
+ typedef unsigned char u8;
+ typedef unsigned short u16;
+ typedef unsigned int u32;
+ typedef unsigned long long u64;
- typedef signed char s8;
- typedef signed short s16;
- typedef signed int s32;
- typedef signed long long s64;
+ typedef signed char s8;
+ typedef signed short s16;
+ typedef signed int s32;
+ typedef signed long long s64;
#ifdef _WIN32
#define LUAX_FINAL final
@@ -52,6 +52,9 @@ namespace Luax
//#define LUAX_ENABLE_NATIVE_EXTEND 0
+#define LUAX_ENABLE_PLAIN_CLASS 1
+#define LUAX_ENABLE_PLAIN_ENABLE 1
+
}
#endif \ No newline at end of file