From c6daef3caeccec6086f693ab9fe038517015ed8d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 19:53:39 +1000 Subject: Make some operations valid. --- LuaSL/src/LuaSL_LSL_tree.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'LuaSL/src/LuaSL_LSL_tree.h') diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h index 4f0ab34..687c56c 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -75,6 +75,8 @@ typedef enum LSL_NOIGNORE = 64 } LSL_Flags; + +// VERY IMPORTANT to keep this in sync with allowedTypes allowed[] from LuaSL_compile.c! typedef enum { OT_nothing, @@ -90,6 +92,7 @@ typedef enum OT_other, OT_boolBool, + OT_intBool, OT_intInt, OT_intFloat, OT_floatInt, @@ -99,8 +102,10 @@ typedef enum OT_stringKey, OT_stringString, OT_listList, + OT_listBool, OT_listInt, OT_listFloat, + OT_listString, OT_intList, OT_floatList, OT_listOther, -- cgit v1.1