Changeset 159 for code/branches/main_reto_vs05/include/run_manager.h
- Timestamp:
- Nov 3, 2007, 11:06:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/main_reto_vs05/include/run_manager.h
r157 r159 52 52 { 53 53 public: 54 RunManager(OgreControl* , bool = false, bool = false, bool = false);54 RunManager(OgreControl*); 55 55 56 56 virtual ~RunManager(); … … 112 112 OIS::JoyStick* joystick_; 113 113 114 const Real mouseSensitivity_; 115 114 116 // Bullet array 115 117 Bullet **bullets_;
Note: See TracChangeset
for help on using the changeset viewer.