Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 17, 2008, 5:58:28 PM (16 years ago)
Author:
nicolasc
Message:

fORGE.cmake fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/hud/Bar.cc

    r823 r824  
    3737{
    3838  using namespace Ogre;
    39    
     39
    4040  Bar::Bar(void){}
    41  
     41
    4242  Bar::~Bar(void){}
    43  
    44  
     43
     44
    4545/*  void Bar::setPercentage(Ogre::Real percentage){
    4646    percentage_=percentage;
     
    5757
    5858
    59  
     59
    6060  void Bar::setColor(ColourValue color){
    6161    color_=color;
    6262    setColour(color);
    6363  }
    64          
    65        
    6664
    6765
    68 
     66}
Note: See TracChangeset for help on using the changeset viewer.