--- a/scriptreader.h Sat Jul 14 22:03:34 2012 +0300
+++ b/scriptreader.h Sun Jul 15 00:31:08 2012 +0300
@@ -79,6 +79,7 @@
void MustString ();
void MustNumber ();
void MustBool ();
+ void MustValue (int type);
bool BoolValue ();
void ParserError (const char* message, ...);