Changeset 1212 for code/branches/network3/src/orxonox/objects/SpaceShip.h
- Timestamp:
- May 1, 2008, 6:09:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network3/src/orxonox/objects/SpaceShip.h
r1184 r1212 23 23 * Fabian 'x3n' Landau 24 24 * Co-authors: 25 * ...25 * Benjamin Knecht 26 26 * 27 27 */ … … 35 35 #include <OIS/OISMouse.h> 36 36 37 #include "Camera.h" 37 38 #include "Model.h" 38 39 #include "../tools/BillboardSet.h" 40 39 41 40 42 namespace orxonox … … 81 83 82 84 Ogre::SceneNode* camNode_; 85 Camera* cam_; 83 86 84 87 ParticleInterface* tt_;
Note: See TracChangeset
for help on using the changeset viewer.