Changeset 3302 in orxonox.OLD for orxonox/branches/parenting/src/proto_class.cc
- Timestamp:
- Dec 27, 2004, 9:31:52 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/proto_class.cc
r3245 r3302 28 28 \todo this constructor is not jet implemented - do it 29 29 */ 30 ProtoClass::ProtoClass () {} 30 ProtoClass::ProtoClass () 31 { 32 this->setClassName ("ProtoClass"); 33 } 31 34 32 35
Note: See TracChangeset
for help on using the changeset viewer.