Changeset 5996 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Dec 9, 2005, 12:31:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.h
r5978 r5996 1 1 2 /*! 2 3 * @file space_ship.h … … 57 58 bool bRollL; //!< rolling button pressed (left) 58 59 bool bRollR; //!< rolling button pressed (right) 59 60 60 61 float xMouse; //!< mouse moved in x-Direction 61 62 float yMouse; //!< mouse moved in y-Direction
Note: See TracChangeset
for help on using the changeset viewer.