Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 25, 2006, 9:44:53 PM (18 years ago)
Author:
bensch
Message:

adapted many more classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/camera.h

    r7347 r9705  
    2222class Camera : public PNode, public EventListener
    2323{
     24  NewObjectListDeclaration(Camera);
    2425public:
    2526  //! an enumerator for different types of view
     
    8485{
    8586  friend class Camera;             //! The CameraTarget is a friend of Camera. noone else needs a CameraTarget, so noone else can create it.
     87  NewObjectListDeclaration(CameraTarget);
    8688
    8789private:
Note: See TracChangeset for help on using the changeset viewer.