Changeset 158 in flair-src for trunk/lib/FlairSimulator/src/Castle.cpp
- Timestamp:
- 03/05/17 10:50:56 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Castle.cpp
r15 r158 17 17 18 18 #include "Castle.h" 19 #include "Simulator.h"20 19 #include <IrrlichtDevice.h> 21 20 #include <IFileSystem.h> … … 27 26 namespace simulator { 28 27 29 Castle::Castle( const Simulator *parent,int app_width, int app_height,28 Castle::Castle(int app_width, int app_height, 30 29 int scene_width, int scene_height, std::string media_path) 31 : Gui( parent,"Castle", app_width, app_height, scene_width, scene_height,30 : Gui("Castle", app_width, app_height, scene_width, scene_height, 32 31 media_path) { 33 32 // carte
Note:
See TracChangeset
for help on using the changeset viewer.