aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-08-14 08:59:39 +1000
committerDavid Walter Seikel2014-08-14 08:59:39 +1000
commit10228595e8c234db03bc860cbb93ae7232c6ccca (patch)
tree08552adc64486526eecc62a7d5e78b790f3e25da /src/LuaSL/LuaSL_LSL_tree.h
parentOptimise message sending. (diff)
downloadSledjHamr-10228595e8c234db03bc860cbb93ae7232c6ccca.zip
SledjHamr-10228595e8c234db03bc860cbb93ae7232c6ccca.tar.gz
SledjHamr-10228595e8c234db03bc860cbb93ae7232c6ccca.tar.bz2
SledjHamr-10228595e8c234db03bc860cbb93ae7232c6ccca.tar.xz
Use the new message saving stuff in the parser as well.
Diffstat (limited to 'src/LuaSL/LuaSL_LSL_tree.h')
-rw-r--r--src/LuaSL/LuaSL_LSL_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LuaSL/LuaSL_LSL_tree.h b/src/LuaSL/LuaSL_LSL_tree.h
index b08d1db..4192310 100644
--- a/src/LuaSL/LuaSL_LSL_tree.h
+++ b/src/LuaSL/LuaSL_LSL_tree.h
@@ -395,6 +395,7 @@ typedef struct
395#endif 395#endif
396 396
397 397
398void finishMessage(LuaCompile *compiler, compileMessage *message, int type, int column, int line);
398 399
399boolean compilerSetup(gameGlobals *ourGlobals); 400boolean compilerSetup(gameGlobals *ourGlobals);
400void compileLSL(LuaCompiler *compiler); 401void compileLSL(LuaCompiler *compiler);