Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8966 for code/branches/hud/src


Ignore:
Timestamp:
Dec 7, 2011, 6:33:40 PM (13 years ago)
Author:
mspaling
Message:

worked on the enemyhealthbar again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/modules/overlays/hud/HUDHealthBar.h

    r7401 r8966  
    110110                { return this->textoverlay_->getSpaceWidth(); }
    111111
     112            inline void setOverlayText(SmartPtr<OverlayText> textoverlay)
     113                { this->textoverlay_ = textoverlay; }
     114            inline SmartPtr<OverlayText> getOverlayText() const
     115                {return this->textoverlay_; }
     116
    112117        private:
    113118            WeakPtr<Pawn> owner_;
Note: See TracChangeset for help on using the changeset viewer.