Changeset 11099 for code/trunk/src/modules/gametypes
- Timestamp:
- Jan 27, 2016, 6:50:51 PM (9 years ago)
- Location:
- code/trunk/src/modules/gametypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/gametypes/SpaceRaceController.cc
r11083 r11099 24 24 */ 25 25 26 /**27 * Conventions:28 * -first Checkpoint has index 029 * -staticCheckPoint= static Point (see def over = constructor)30 */31 32 /*TODO:33 * tICK KORRIGIEREN34 *35 *36 */37 26 #include <gametypes/SpaceRaceController.h> 38 27 #include "core/CoreIncludes.h" -
code/trunk/src/modules/gametypes/SpaceRaceController.h
r11071 r11099 36 36 namespace orxonox 37 37 { 38 /** 39 * Conventions: 40 * -first Checkpoint has index 0 41 * -staticCheckPoint= static Point (see def over = constructor) 42 *@todo: 43 * tICK KORRIGIEREN 44 */ 38 45 class _GametypesExport SpaceRaceController: public ArtificialController, 39 46 public Tickable
Note: See TracChangeset
for help on using the changeset viewer.