Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3311 in orxonox.OLD for orxonox/branches/parenting/src/null_parent.h


Ignore:
Timestamp:
Dec 31, 2004, 2:20:21 PM (21 years ago)
Author:
patrick
Message:

oroxnox/branches/parenting: implemented helperParent and made some tests with the opengl nurbs lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/null_parent.h

    r3308 r3311  
    1515
    1616 public:
     17  static NullParent* getInstance ();
     18  ~NullParent ();
     19 
     20  static NullParent* singletonRef;
     21
     22  virtual void update (float timeStamp);
     23
     24 private:
    1725  NullParent ();
    1826  NullParent (Vector* absCoordinate);
    19   ~NullParent ();
    20 
    21   virtual void update (float timeStamp);
    2227
    2328};
Note: See TracChangeset for help on using the changeset viewer.