Changeset 158 in flair-src for trunk/lib/FlairSimulator/src/Gui.h
- Timestamp:
- Mar 5, 2017, 10:50:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Gui.h
r145 r158 48 48 namespace flair { 49 49 namespace simulator { 50 class Simulator;51 50 52 51 class Gui: public core::Object { … … 55 54 56 55 public: 57 Gui( const Simulator *parent,std::string name, int app_width, int app_height,56 Gui(std::string name, int app_width, int app_height, 58 57 int scene_width, int scene_height, std::string media_path, 59 58 irr::video::E_DRIVER_TYPE driver_type = irr::video::EDT_OPENGL);
Note:
See TracChangeset
for help on using the changeset viewer.