Changeset 11061 for code/branches/cpp11_v3/src/modules
- Timestamp:
- Jan 13, 2016, 11:02:33 PM (9 years ago)
- Location:
- code/branches/cpp11_v3/src/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3/src/modules/overlays/hud/HUDHealthBar.h
r11054 r11061 115 115 virtual void sizeChanged(); 116 116 private: 117 v irtual void positionText();117 void positionText(); 118 118 WeakPtr<Pawn> owner_; 119 119 StrongPtr<OverlayText> textoverlay_; -
code/branches/cpp11_v3/src/modules/weapons/projectiles/Rocket.h
r11054 r11061 121 121 @brief Set the maximum lifetime of the rocket. 122 122 */ 123 v irtual void setMaxFuel(float fuel);123 void setMaxFuel(float fuel); 124 124 /** 125 125 @brief Get the maximum lifetime of the rocket. … … 127 127 inline float getMaxFuel() const 128 128 { return lifetime_; } 129 virtualfloat getFuel() const;129 float getFuel() const; 130 130 131 131 private:
Note: See TracChangeset
for help on using the changeset viewer.