scriptreader.h

changeset 8
c8bfa7e6ae1b
parent 7
118d3d5db64f
child 9
d279af9afd6d
equal deleted inserted replaced
7:118d3d5db64f 8:c8bfa7e6ae1b
60 unsigned int pos; 60 unsigned int pos;
61 unsigned int curline; 61 unsigned int curline;
62 str token; 62 str token;
63 bool tokenquoted; 63 bool tokenquoted;
64 bool atnewline; 64 bool atnewline;
65 bool extdelimeters;
65 66
66 // ==================================================================== 67 // ====================================================================
67 // METHODS 68 // METHODS
68 ScriptReader (str path); 69 ScriptReader (str path);
69 ~ScriptReader (); 70 ~ScriptReader ();

mercurial