Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3552 in orxonox.OLD for orxonox/trunk/src/lib/coord/null_parent.h


Ignore:
Timestamp:
Mar 14, 2005, 11:58:59 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: added init-function to PNode and chars now get copied and deleted instead of just the reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/null_parent.h

    r3551 r3552  
    1818  virtual ~NullParent ();
    1919
    20   static NullParent* singletonRef;
    2120
    2221  virtual void update ();
     
    2524  NullParent ();
    2625  NullParent (Vector* absCoordinate);
     26  static NullParent* singletonRef;
    2727
    2828};
Note: See TracChangeset for help on using the changeset viewer.