Changeset 10379 in orxonox.OLD for trunk/src/util/state.h
- Timestamp:
- Jan 26, 2007, 10:58:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/state.h
r10368 r10379 18 18 class ObjectManager; 19 19 class GameRules; 20 20 class CameraMan; 21 21 class ScriptManager; 22 22 … … 42 42 /** @returns a Pointer to the CameraTarget */ 43 43 static inline PNode* getCameraTargetNode() { return State::cameraTargetNode; }; 44 45 46 47 ///////////////////// 48 /// CAMERAMANAGER /// 49 ///////////////////// 50 /** @param CameraMan the PNode to the cameraManagerager,*/ 51 static void setCameraman(CameraMan*); 52 static inline CameraMan* getCameraman() { return State::cameraManager; }; 53 44 54 45 55 //////////////// … … 123 133 static Camera* camera; //!< The current Camera. 124 134 static CameraTarget* cameraTarget; //!< The Camera Target. 135 static CameraMan* cameraManager; 125 136 static PNode* cameraNode; //!< A reference to the camera 126 137 static PNode* cameraTargetNode; //!< A reference to the cameraTarget
Note: See TracChangeset
for help on using the changeset viewer.