scriptreader.h

changeset 22
b48e10ca8832
parent 20
d7b13805d1e0
child 26
54eaea6dc27c
equal deleted inserted replaced
21:ae602e667879 22:b48e10ca8832
77 void Seek (unsigned int n, int origin); 77 void Seek (unsigned int n, int origin);
78 void MustNext (const char* c = ""); 78 void MustNext (const char* c = "");
79 void MustString (); 79 void MustString ();
80 void MustNumber (); 80 void MustNumber ();
81 void MustBool (); 81 void MustBool ();
82 void MustValue (int type);
82 bool BoolValue (); 83 bool BoolValue ();
83 84
84 void ParserError (const char* message, ...); 85 void ParserError (const char* message, ...);
85 void ParserWarning (const char* message, ...); 86 void ParserWarning (const char* message, ...);
86 87

mercurial