- Timestamp:
- Sep 28, 2008, 5:15:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/orxonox_tutorial/src/orxonox/objects/TutorialShip.h
r1847 r1852 29 29 #ifndef _TutorialShip_H__ 30 30 #define _TutorialShip_H__ 31 32 #include "OrxonoxPrereqs.h" 33 34 #include <OgrePrerequisites.h> 31 35 #include <string> 32 #include "OrxonoxPrereqs.h"33 #include <OgrePrerequisites.h>34 35 36 #include "util/Math.h" 36 37 #include "Camera.h" … … 38 39 #include "RadarViewable.h" 39 40 #include "tools/BillboardSet.h" 41 #include "SpaceShip.h" 40 42 41 43 namespace orxonox … … 47 49 ~TutorialShip(); 48 50 49 private:50 51 bool create(); 51 52 void registerAllVariables(); … … 56 57 // Methods for console commands 57 58 static void fire(); 59 60 private: 58 61 }; 59 62 }
Note: See TracChangeset
for help on using the changeset viewer.