Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6438 in orxonox.OLD for trunk/src/util/hud.cc


Ignore:
Timestamp:
Jan 8, 2006, 1:51:55 PM (18 years ago)
Author:
bensch
Message:

trunk: widget war

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/hud.cc

    r6437 r6438  
    2727Hud::Hud ()
    2828{
    29    this->setClassID(CL_HUD, "Hud");
     29  this->setClassID(CL_HUD, "Hud");
    3030
    3131}
     
    3939  // delete what has to be deleted here
    4040}
     41
     42
     43void Hud::loadParams(const TiXmlElement* root)
     44{
     45
     46}
     47
     48void Hud::setBackGround()
     49{
     50
     51}
     52
     53void Hud::setEnergyWidget(GLGuiWidget* widget)
     54{
     55
     56}
     57
     58void Hud::setShiledWidget(GLGuiWidget* widget)
     59{
     60
     61}
     62
     63void Hud::setArmorWidget(GLGuiWidget* widget)
     64{
     65
     66}
     67
     68void Hud::addWeaponWidget(GLGuiWidget* widget)
     69{
     70
     71}
     72
     73void Hud::removeWeaponWidget(GLGuiWidget* widget)
     74{
     75
     76}
     77
     78void setResolution(unsigned int resX, unsigned int resY);
Note: See TracChangeset for help on using the changeset viewer.