aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-09-14 08:09:02 +1000
committerDavid Walter Seikel2014-09-14 08:09:02 +1000
commit6fb0ba8539b54642c96d8f0d45c3bf812a316ec7 (patch)
treed147a2f0deece02e9bd9e50673d9f62d34f939ff /src/LuaSL/LuaSL_LSL_tree.h
parentNow we can pass LSL scripts to LuaSL on the command line. Plus some white sp... (diff)
downloadSledjHamr-6fb0ba8539b54642c96d8f0d45c3bf812a316ec7.zip
SledjHamr-6fb0ba8539b54642c96d8f0d45c3bf812a316ec7.tar.gz
SledjHamr-6fb0ba8539b54642c96d8f0d45c3bf812a316ec7.tar.bz2
SledjHamr-6fb0ba8539b54642c96d8f0d45c3bf812a316ec7.tar.xz
Support LSL multi line strings.
Diffstat (limited to 'src/LuaSL/LuaSL_LSL_tree.h')
-rw-r--r--src/LuaSL/LuaSL_LSL_tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LuaSL/LuaSL_LSL_tree.h b/src/LuaSL/LuaSL_LSL_tree.h
index 3b0a6d5..dd15bed 100644
--- a/src/LuaSL/LuaSL_LSL_tree.h
+++ b/src/LuaSL/LuaSL_LSL_tree.h
@@ -144,7 +144,8 @@ typedef enum
144 MF_POSTDEC = 64, 144 MF_POSTDEC = 64,
145 MF_POSTINC = 128, 145 MF_POSTINC = 128,
146 MF_LSLCONST = 256, 146 MF_LSLCONST = 256,
147 MF_TYPECAST = 512 147 MF_TYPECAST = 512,
148 MF_MSTRING = 1024
148} miscFlags; 149} miscFlags;
149 150
150struct _allowedTypes 151struct _allowedTypes