aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-21 17:21:33 +1000
committerDavid Walter Seikel2012-01-21 17:21:33 +1000
commite6b72f9f413abe1a4e86aa588b2878719744c008 (patch)
treeae06b81dec6d63ad5ee85d0fc566cf6f809809e8 /LuaSL/src/LuaSL_LSL_tree.h
parentNo longer zero pad line numbers. (diff)
downloadSledjHamr-e6b72f9f413abe1a4e86aa588b2878719744c008.zip
SledjHamr-e6b72f9f413abe1a4e86aa588b2878719744c008.tar.gz
SledjHamr-e6b72f9f413abe1a4e86aa588b2878719744c008.tar.bz2
SledjHamr-e6b72f9f413abe1a4e86aa588b2878719744c008.tar.xz
Ah, there ARE key to key operators.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index 54cc0d8..21fc696 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -93,6 +93,7 @@ typedef enum
93 OT_intFloat, 93 OT_intFloat,
94 OT_floatInt, 94 OT_floatInt,
95 OT_floatFloat, 95 OT_floatFloat,
96 OT_keyKey,
96 OT_keyString, 97 OT_keyString,
97 OT_stringKey, 98 OT_stringKey,
98 OT_stringString, 99 OT_stringString,