Changeset 6054 for code/trunk/src/modules/overlays/hud/HUDHealthBar.h
- Timestamp:
- Nov 13, 2009, 11:12:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/overlays/hud/HUDHealthBar.h
r5929 r6054 112 112 private: 113 113 WeakPtr<Pawn> owner_; 114 OverlayText*textoverlay_;114 SmartPtr<OverlayText> textoverlay_; 115 115 bool bUseBarColour_; 116 116 ColourValue textColour_;
Note: See TracChangeset
for help on using the changeset viewer.