Changeset 4839 in orxonox.OLD for orxonox/trunk/src/proto
- Timestamp:
- Jul 12, 2005, 1:54:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/proto/proto_singleton.cc
r4838 r4839 26 26 ProtoSingleton::ProtoSingleton () 27 27 { 28 this->setClassName("ProtoSingleton");29 28 this->setClassID(CL_PROTO_ID, "ProtoSingleton"); 29 this->setName("ProtoSingleton"); 30 30 31 31 /* If you make a new class, what is most probably the case when you write this file
Note: See TracChangeset
for help on using the changeset viewer.