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 |