Changeset 10341 for code/branches/weaponFS15/src/modules/objects
- Timestamp:
- Apr 2, 2015, 4:08:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weaponFS15/src/modules/objects/ForceField.h
r9939 r10341 160 160 const std::string& getMode(void); //!< Get the mode of the ForceField. 161 161 162 static const std::string modeTube_s; 163 static const std::string modeSphere_s; 164 static const std::string modeInvertedSphere_s; 165 static const std::string modeNewtonianGravity_s; 166 167 static const std::string modeHomogen_s; 168 162 169 private: 163 170 //! Strings to represent the modes. 164 static const std::string modeTube_s;165 static const std::string modeSphere_s;166 static const std::string modeInvertedSphere_s;167 static const std::string modeNewtonianGravity_s;168 171 169 static const std::string modeHomogen_s;170 172 171 173 float velocity_; //!< The velocity of the ForceField.
Note: See TracChangeset
for help on using the changeset viewer.