Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4839 in orxonox.OLD for orxonox/trunk/src/proto


Ignore:
Timestamp:
Jul 12, 2005, 1:54:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: render2D-class definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/proto/proto_singleton.cc

    r4838 r4839  
    2626ProtoSingleton::ProtoSingleton ()
    2727{
    28    this->setClassName("ProtoSingleton");
    2928   this->setClassID(CL_PROTO_ID, "ProtoSingleton");
     29   this->setName("ProtoSingleton");
    3030
    3131   /* 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.