Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7779 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
May 23, 2006, 10:04:17 PM (18 years ago)
Author:
bensch
Message:

3088 linews changed :): trunk: namespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r7711 r7779  
    406406  if (this->healthWidget == NULL)
    407407  {
    408     this->healthWidget = new GLGuiBar();
     408    this->healthWidget = new OrxGui::GLGuiBar();
    409409    this->healthWidget->setSize2D(30,400);
    410410    this->healthWidget->setAbsCoor2D(10,100);
     
    423423
    424424
    425 GLGuiWidget* WorldEntity::getHealthWidget()
     425OrxGui::GLGuiWidget* WorldEntity::getHealthWidget()
    426426{
    427427  this->createHealthWidget();
Note: See TracChangeset for help on using the changeset viewer.