scriptreader.h

changeset 56
384c5605bda9
parent 55
173956c1ac27
child 58
bc9317d1b9c9
equal deleted inserted replaced
55:173956c1ac27 56:384c5605bda9
192 MARKTYPE_INTERNAL, // internal structures 192 MARKTYPE_INTERNAL, // internal structures
193 }; 193 };
194 194
195 // Block types 195 // Block types
196 enum { 196 enum {
197 BLOCKTYPE_UNSET = 0,
197 BLOCKTYPE_IF, 198 BLOCKTYPE_IF,
198 BLOCKTYPE_WHILE, 199 BLOCKTYPE_WHILE,
199 BLOCKTYPE_FOR, 200 BLOCKTYPE_FOR,
200 BLOCKTYPE_DO, 201 BLOCKTYPE_DO,
201 BLOCKTYPE_SWITCH, 202 BLOCKTYPE_SWITCH,
203 BLOCKTYPE_ELSE,
202 }; 204 };
203 205
204 #endif // __SCRIPTREADER_H__ 206 #endif // __SCRIPTREADER_H__

mercurial