Changeset 3311 in orxonox.OLD for orxonox/branches/parenting/src/null_parent.h
- Timestamp:
- Dec 31, 2004, 2:20:21 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/null_parent.h
r3308 r3311 15 15 16 16 public: 17 static NullParent* getInstance (); 18 ~NullParent (); 19 20 static NullParent* singletonRef; 21 22 virtual void update (float timeStamp); 23 24 private: 17 25 NullParent (); 18 26 NullParent (Vector* absCoordinate); 19 ~NullParent ();20 21 virtual void update (float timeStamp);22 27 23 28 };
Note: See TracChangeset
for help on using the changeset viewer.