aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-10 03:35:11 +1000
committerDavid Walter Seikel2012-01-10 03:35:11 +1000
commita1988411e9345dda06f2c273691bf87693e0d88a (patch)
tree75ca08d468f874517a49e6ab4f50902707732951 /LuaSL/src/LuaSL_LSL_tree.h
parentGet rid of the LSL_AST structure, it's all in LSL_Leaf now. (diff)
downloadSledjHamr-a1988411e9345dda06f2c273691bf87693e0d88a.zip
SledjHamr-a1988411e9345dda06f2c273691bf87693e0d88a.tar.gz
SledjHamr-a1988411e9345dda06f2c273691bf87693e0d88a.tar.bz2
SledjHamr-a1988411e9345dda06f2c273691bf87693e0d88a.tar.xz
Get rid of the comment function.
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-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 4676171..3fc436e 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -87,6 +87,7 @@ struct _LSL_Leaf
87 float vectorValue[3]; 87 float vectorValue[3];
88 float rotationValue[4]; 88 float rotationValue[4];
89 89
90 LSL_Identifier *identifierValue;
90 LSL_Identifier *variableValue; 91 LSL_Identifier *variableValue;
91 92
92 char *labelValue; 93 char *labelValue;