Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8974 in orxonox.OLD for trunk/src/world_entities/world_entity.h


Ignore:
Timestamp:
Jul 1, 2006, 11:47:08 AM (18 years ago)
Author:
bensch
Message:

trunk: better implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.h

    r8894 r8974  
    2424// FORWARD DECLARATION
    2525namespace OrxSound { class SoundBuffer; class SoundSource; }
    26 namespace OrxGui { class GLGuiWidget; class GLGuiBar; };
     26namespace OrxGui { class GLGuiWidget; class GLGuiBar; class GLGuiEnergyWidget; };
    2727
    2828class BVTree;
     
    167167  float                   health;             //!< The Energy of this Entity, if the Entity has any energy at all.
    168168  float                   healthMax;          //!< The Maximal energy this entity can take.
    169   OrxGui::GLGuiBar*       healthWidget;       //!< The Slider (if wanted).
     169  OrxGui::GLGuiEnergyWidget* healthWidget;    //!< The Slider (if wanted).
    170170
    171171  std::vector<Model*>     models;             //!< The model that should be loaded for this entity.
Note: See TracChangeset for help on using the changeset viewer.