Changeset 10744 in orxonox.OLD for branches/presentation/src/util
- Timestamp:
- Jun 20, 2007, 9:03:02 PM (18 years ago)
- Location:
- branches/presentation/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/presentation/src/util/hud.cc ¶
r10741 r10744 433 433 void Hud::removeWeaponWidget(OrxGui::GLGuiWidget* widget) 434 434 {} 435 436 void Hud::getHit() 437 { 438 this->leftHit->show(); 439 this->rightHit->show(); 440 } 435 441 436 442 void Hud::updateResolution() -
TabularUnified branches/presentation/src/util/hud.h ¶
r10741 r10744 49 49 void setMode(Hud::Playmode playmode); 50 50 inline Hud::Playmode getMode() {return this->playmode;}; 51 52 void getHit(); 51 53 52 54 void setBackGround();
Note: See TracChangeset
for help on using the changeset viewer.