scriptreader.h

changeset 44
6bbaebc472b5
parent 43
1b35c9985989
child 48
976c57f153b3
equal deleted inserted replaced
43:1b35c9985989 44:6bbaebc472b5
166 166
167 // Block types 167 // Block types
168 enum { 168 enum {
169 BLOCKTYPE_IF, 169 BLOCKTYPE_IF,
170 BLOCKTYPE_WHILE, 170 BLOCKTYPE_WHILE,
171 BLOCKTYPE_FOR 171 BLOCKTYPE_FOR,
172 BLOCKTYPE_DO,
172 }; 173 };
173 174
174 #endif // __SCRIPTREADER_H__ 175 #endif // __SCRIPTREADER_H__

mercurial