Changeset 9715 in orxonox.OLD for branches/new_class_id/src/world_entities/camera.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/camera.h
r9705 r9715 22 22 class Camera : public PNode, public EventListener 23 23 { 24 NewObjectListDeclaration(Camera);24 ObjectListDeclaration(Camera); 25 25 public: 26 26 //! an enumerator for different types of view … … 85 85 { 86 86 friend class Camera; //! The CameraTarget is a friend of Camera. noone else needs a CameraTarget, so noone else can create it. 87 NewObjectListDeclaration(CameraTarget);87 ObjectListDeclaration(CameraTarget); 88 88 89 89 private:
Note: See TracChangeset
for help on using the changeset viewer.