Changeset 158 in flair-src for trunk/lib/FlairSimulator/src/Parser.h
- Timestamp:
- Mar 5, 2017, 10:50:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Parser.h
r138 r158 39 39 */ 40 40 public: 41 Parser( Simulator *parent,int app_width, int app_height, int scene_width,41 Parser(int app_width, int app_height, int scene_width, 42 42 int scene_height, std::string media_path, std::string xmlFile); 43 43 ~Parser(); … … 46 46 xmlDoc *doc; 47 47 std::string media_path; 48 Simulator *parent;49 48 void processElements(xmlNode *a_node); 50 49 void processObjects(xmlNode *a_node);
Note:
See TracChangeset
for help on using the changeset viewer.