23 void egg_init_lexer(std::istream &in,
const std::string &filename);
24 void egg_start_group_body();
25 void egg_start_texture_body();
26 void egg_start_primitive_body();
27 int egg_error_count();
28 int egg_warning_count();
30 void eggyyerror(
const std::string &msg);
31 void eggyyerror(std::ostringstream &strm);
33 void eggyywarning(
const std::string &msg);
34 void eggyywarning(std::ostringstream &strm);
39 #define YY_NEVER_INTERACTIVE 1 PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.