Changeset 3552 in orxonox.OLD for orxonox/trunk/src/lib/coord/null_parent.h
- Timestamp:
- Mar 14, 2005, 11:58:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/null_parent.h
r3551 r3552 18 18 virtual ~NullParent (); 19 19 20 static NullParent* singletonRef;21 20 22 21 virtual void update (); … … 25 24 NullParent (); 26 25 NullParent (Vector* absCoordinate); 26 static NullParent* singletonRef; 27 27 28 28 };
Note: See TracChangeset
for help on using the changeset viewer.