Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8441 in orxonox.OLD for branches/gui/src/util


Ignore:
Timestamp:
Jun 15, 2006, 10:22:12 AM (19 years ago)
Author:
bensch
Message:

gui: less compile-time for gui

Location:
branches/gui/src/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/util/hud.cc

    r8419 r8441  
    2121
    2222#include "world_entities/weapons/weapon_manager.h"
    23 
    24 using namespace std;
    25 
     23#include "glgui_widget.h"
    2624
    2725/**
  • branches/gui/src/util/hud.h

    r8145 r8441  
    77#define _HUD_H
    88
    9 #include "glgui_widget.h"
    10 #include <list>
    11 
     9#include "element_2d.h"
    1210// FORWARD DECLARATION
    1311class TiXmlElement;
    1412class WeaponManager;
     13namespace OrxGui { class GLGuiWidget; }
    1514
    1615//! A class that renders a HUD.
Note: See TracChangeset for help on using the changeset viewer.