81:071715c17296 | 82:841562f5a32f |
---|---|
201 void parse_break(); | 201 void parse_break(); |
202 void parse_continue(); | 202 void parse_continue(); |
203 void parse_block_end(); | 203 void parse_block_end(); |
204 void parse_const(); | 204 void parse_const(); |
205 void parse_label(); | 205 void parse_label(); |
206 void parse_eventdef(); | |
207 void parse_funcdef(); | |
206 }; | 208 }; |
207 | 209 |
208 constant_info* find_constant (const string& tok); | 210 constant_info* find_constant (const string& tok); |
209 | 211 |
210 #endif // BOTC_PARSER_H | 212 #endif // BOTC_PARSER_H |