Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2011, 11:27:45 PM (13 years ago)
Author:
dafrick
Message:

Some cleanup…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/gametypes/RaceCheckPoint.h

    r8706 r8767  
    3434#include "objects/triggers/DistanceTrigger.h"
    3535#include "interfaces/RadarViewable.h"
    36 //#include <boost/concept_check.hpp>
    3736
    3837namespace orxonox
    3938{
    40   /**
    41   @brief
    42     The RaceCheckPoint class enables the creation of a check point to use in a SpaceRace level.
    43     !!! Don't forget to control the indexes of your check points and to set one last check point!!!
    44   */
     39    /**
     40    @brief
     41        The RaceCheckPoint class enables the creation of a check point to use in a SpaceRace level.
     42        !!! Don't forget to control the indexes of your check points and to set one last check point!!!
     43    */
    4544    class _GametypesExport RaceCheckPoint : public DistanceTrigger, public RadarViewable
    4645    {
Note: See TracChangeset for help on using the changeset viewer.