scriptreader.h

changeset 56
384c5605bda9
parent 55
173956c1ac27
child 58
bc9317d1b9c9
--- a/scriptreader.h	Sat Aug 25 03:04:14 2012 +0300
+++ b/scriptreader.h	Sat Aug 25 03:40:36 2012 +0300
@@ -194,11 +194,13 @@
 
 // Block types
 enum {
+	BLOCKTYPE_UNSET = 0,
 	BLOCKTYPE_IF,
 	BLOCKTYPE_WHILE,
 	BLOCKTYPE_FOR,
 	BLOCKTYPE_DO,
 	BLOCKTYPE_SWITCH,
+	BLOCKTYPE_ELSE,
 };
 
 #endif // __SCRIPTREADER_H__
\ No newline at end of file

mercurial