scriptreader.h

changeset 1
f0c61c204bc8
parent 0
8dce9696d62d
child 2
bb2c45522eb6
--- a/scriptreader.h	Fri Jul 13 17:20:51 2012 +0300
+++ b/scriptreader.h	Fri Jul 13 18:41:40 2012 +0300
@@ -53,18 +53,18 @@
 
 class ScriptReader {
 public:
+	// ====================================================================
+	// MEMBERS
 	FILE* fp;
 	unsigned int pos;
 	unsigned int curline;
 	str token;
 	bool tokenquoted;
 	
-	parsermode curmode;
-	str curstate;
-	
-	unsigned int numevents;
-	
+	// ====================================================================
+	// METHODS
 	ScriptReader (str path);
+	~ScriptReader ();
 	char ReadChar ();
 	bool Next ();
 	str PeekNext ();

mercurial