Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 2, 2015, 4:08:52 PM (9 years ago)
Author:
meggiman
Message:

Started implementing GravityBombField

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weaponFS15/src/modules/objects/ForceField.h

    r9939 r10341  
    160160            const std::string& getMode(void); //!< Get the mode of the ForceField.
    161161
     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
    162169        private:
    163170            //! 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;
    168171
    169             static const std::string modeHomogen_s;
    170172
    171173            float velocity_; //!< The velocity of the ForceField.
Note: See TracChangeset for help on using the changeset viewer.