scriptreader.h

changeset 15
284c2fc6c1cd
parent 12
1bdbfcca2fc6
child 16
393359908179
--- a/scriptreader.h	Sat Jul 14 16:28:42 2012 +0300
+++ b/scriptreader.h	Sat Jul 14 16:31:21 2012 +0300
@@ -44,6 +44,7 @@
 #include <stdio.h>
 #include "str.h"
 #include "objwriter.h"
+#include "commands.h"
 
 // Where is the parser at?
 enum parsermode {
@@ -81,6 +82,7 @@
 	
 	// parser.cxx:
 	void BeginParse (ObjWriter* w);
+	void ParseCommand (CommandDef* comm, ObjWriter* w);
 	
 private:
 	bool atnewline;

mercurial