Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8976 in orxonox.OLD for trunk/src/world_entities/weapons/weapon.h


Ignore:
Timestamp:
Jul 1, 2006, 1:05:38 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: the hud displays Energy and WeaponEnergy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/weapon.h

    r8777 r8976  
    2525class TiXmlElement;
    2626class FastFactory;
    27 namespace OrxGui{ class GLGuiWidget; }
    2827template<class T> class tFastFactory;
    2928
     
    210209    float                maxCharge;                        //!< The maximal energy to be loaded onto one projectile (this is only availible if chargeable is enabled)
    211210
    212     OrxGui::GLGuiBar*    energyWidget;
     211    OrxGui::GLGuiEnergyWidget* energyWidget;
    213212
    214213    PNode*               defaultTarget;                    //!< A target for targeting Weapons.
Note: See TracChangeset for help on using the changeset viewer.