Changeset 10717 in orxonox.OLD for branches/presentation/src
- Timestamp:
- Jun 18, 2007, 4:45:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/util/hud.cc
r10716 r10717 22 22 23 23 #include "world_entities/weapons/weapon_manager.h" 24 #include "glgui.h" 24 25 #include "glgui_widget.h" 25 26 #include "glgui_box.h" … … 59 60 60 61 this->init(); 62 61 63 62 64 } … … 481 483 this->leftHit->setRelCoor2D(-this->resX/4, 0); 482 484 this->rightHit->setRelCoor2D(this->resX/4, 0); 485 486 this->middleRect->show(); 487 this->rightHit->show(); 483 488 } 484 489
Note: See TracChangeset
for help on using the changeset viewer.