Changeset 824 for code/branches/hud/src/orxonox
- Timestamp:
- Feb 17, 2008, 5:58:28 PM (17 years ago)
- Location:
- code/branches/hud/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/orxonox/OrxonoxPrereqs.h
r790 r824 92 92 class ParticleInterface; 93 93 class HUD; 94 class Bar; 94 95 } 95 96 -
code/branches/hud/src/orxonox/hud/Bar.cc
r823 r824 37 37 { 38 38 using namespace Ogre; 39 39 40 40 Bar::Bar(void){} 41 41 42 42 Bar::~Bar(void){} 43 44 43 44 45 45 /* void Bar::setPercentage(Ogre::Real percentage){ 46 46 percentage_=percentage; … … 57 57 58 58 59 59 60 60 void Bar::setColor(ColourValue color){ 61 61 color_=color; 62 62 setColour(color); 63 63 } 64 65 66 64 67 65 68 66 }
Note: See TracChangeset
for help on using the changeset viewer.