Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2006, 8:06:39 PM (19 years ago)
Author:
bensch
Message:

renamed newclassid to classid and newobjectlist to objectlist

File:
1 edited

Legend:

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

    r9705 r9715  
    2222class Camera : public PNode, public EventListener
    2323{
    24   NewObjectListDeclaration(Camera);
     24  ObjectListDeclaration(Camera);
    2525public:
    2626  //! an enumerator for different types of view
     
    8585{
    8686  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);
    8888
    8989private:
Note: See TracChangeset for help on using the changeset viewer.