Changeset 647 for code/branches/FICN/src/orxonox/objects/WorldEntity.h
- Timestamp:
- Dec 19, 2007, 8:12:01 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/WorldEntity.h
r646 r647 133 133 void registerAllVariables(); 134 134 135 private:136 Ogre::SceneNode* node_;137 static unsigned int worldEntityCounter_s;138 139 bool bStatic_;140 135 Vector3 velocity_; 141 136 Vector3 acceleration_; … … 143 138 Radian rotationRate_; 144 139 Radian momentum_; 140 141 private: 142 static unsigned int worldEntityCounter_s; 143 Ogre::SceneNode* node_; 144 bool bStatic_; 145 145 }; 146 146 }
Note: See TracChangeset
for help on using the changeset viewer.