Changeset 8441 in orxonox.OLD for branches/gui/src/util
- Timestamp:
- Jun 15, 2006, 10:22:12 AM (19 years ago)
- Location:
- branches/gui/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/util/hud.cc
r8419 r8441 21 21 22 22 #include "world_entities/weapons/weapon_manager.h" 23 24 using namespace std; 25 23 #include "glgui_widget.h" 26 24 27 25 /** -
branches/gui/src/util/hud.h
r8145 r8441 7 7 #define _HUD_H 8 8 9 #include "glgui_widget.h" 10 #include <list> 11 9 #include "element_2d.h" 12 10 // FORWARD DECLARATION 13 11 class TiXmlElement; 14 12 class WeaponManager; 13 namespace OrxGui { class GLGuiWidget; } 15 14 16 15 //! A class that renders a HUD.
Note: See TracChangeset
for help on using the changeset viewer.