Changeset 4332 in orxonox.OLD for orxonox/branches/physics/src/lib/coord
- Timestamp:
- May 27, 2005, 7:14:55 PM (20 years ago)
- Location:
- orxonox/branches/physics/src/lib/coord
- Files:
-
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/lib/coord/helper_parent.cc
r3544 r4332 30 30 HelperParent::HelperParent () 31 31 { 32 this->setClass Name ("HelperParent");32 this->setClassID(CL_HELPER_PARENT, "HelperParent"); 33 33 } 34 34 -
orxonox/branches/physics/src/lib/coord/p_node.h
r4274 r4332 93 93 const char* getName (); 94 94 95 96 95 void debug (); 97 96
Note: See TracChangeset
for help on using the changeset viewer.