Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2015, 10:03:53 PM (9 years ago)
Author:
landauf
Message:

cleanup: empty level is empty again & tabs→spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.h

    r10455 r10601  
    1414namespace orxonox
    1515{
    16         /**
    17          * @class       GravityBombMunition
    18         *
    19          * @brief       This class is used to set the behaviour of various
    20          *                      munition specific attributes of the GravityBomb like max count of munition per magazine.
    21         *
    22          * @author      Manuel
    23          * @date        23.05.2015
    24         */
    25         class _WeaponsExport GravityBombMunition : public Munition
     16    /**
     17     * @class   GravityBombMunition
     18    *
     19     * @brief   This class is used to set the behaviour of various
     20     *          munition specific attributes of the GravityBomb like max count of munition per magazine.
     21    *
     22     * @author  Manuel
     23     * @date    23.05.2015
     24    */
     25    class _WeaponsExport GravityBombMunition : public Munition
    2626    {
    2727        public:
    28                         GravityBombMunition(Context* context);
     28            GravityBombMunition(Context* context);
    2929            virtual ~GravityBombMunition() {}
    3030    };
Note: See TracChangeset for help on using the changeset viewer.