scriptreader.h

changeset 43
1b35c9985989
parent 41
47e686c96d8f
child 44
6bbaebc472b5
--- a/scriptreader.h	Sun Aug 12 01:52:42 2012 +0300
+++ b/scriptreader.h	Sun Aug 12 03:23:33 2012 +0300
@@ -57,6 +57,7 @@
 	unsigned int mark1;
 	unsigned int mark2;
 	unsigned int type;
+	DataBuffer* buffer1;
 };
 
 // ============================================================================
@@ -115,6 +116,7 @@
 	// preprocessor.cxx:
 	void PreprocessDirectives ();
 	void PreprocessMacros ();
+	DataBuffer* ParseStatement (ObjWriter* w);
 	
 private:
 	bool atnewline;
@@ -165,7 +167,8 @@
 // Block types
 enum {
 	BLOCKTYPE_IF,
-	BLOCKTYPE_WHILE
+	BLOCKTYPE_WHILE,
+	BLOCKTYPE_FOR
 };
 
 #endif // __SCRIPTREADER_H__
\ No newline at end of file

mercurial