Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 23, 2006, 10:04:17 PM (18 years ago)
Author:
bensch
Message:

3088 linews changed :): trunk: namespaces

File:
1 edited

Legend:

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

    r7711 r7779  
    1717// FORWARD DECLARATION
    1818namespace OrxSound { class SoundBuffer; class SoundSource; }
     19namespace OrxGui { class GLGuiWidget; class GLGuiBar; };
     20
    1921class BVTree;
    2022class Model;
    21 
    22 class GLGuiWidget;
    23 class GLGuiBar;
    2423
    2524//class CharacterAttributes;
     
    9190  float decreaseHealth(float health);
    9291  void increaseHealthMax(float increaseHealth);
    93   GLGuiWidget* getHealthWidget();
     92  OrxGui::GLGuiWidget* getHealthWidget();
    9493  bool hasHealthWidget() const { return this->healthWidget; };
    9594
     
    108107  float                   health;             //!< The Energy of this Entity, if the Entity has any energy at all.
    109108  float                   healthMax;          //!< The Maximal energy this entity can take.
    110   GLGuiBar*               healthWidget;       //!< The Slider (if wanted).
     109  OrxGui::GLGuiBar*       healthWidget;       //!< The Slider (if wanted).
    111110
    112111  std::vector<Model*>     models;             //!< The model that should be loaded for this entity.
Note: See TracChangeset for help on using the changeset viewer.