- Timestamp:
- Mar 29, 2018, 3:30:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxyRoad_FS18/src/modules/orxyroad/OrxyRoadCube.cc
r11836 r11838 27 27 28 28 /** 29 @file DodgeRace.cc30 @brief Implementation of the DodgeRaceclass.29 @file OrxyRoad.cc 30 @brief Implementation of the OrxyRoad class. 31 31 */ 32 32 33 #include " DodgeRaceCube.h"34 #include " DodgeRace.h"33 #include "OrxyRoadCube.h" 34 #include "OrxyRoad.h" 35 35 #include "core/CoreIncludes.h" 36 36 37 37 namespace orxonox 38 38 { 39 RegisterClass( DodgeRaceCube);39 RegisterClass(OrxyRoadCube); 40 40 41 DodgeRaceCube::DodgeRaceCube(Context* context) : MovableEntity(context)41 OrxyRoadCube::OrxyRoadCube(Context* context) : MovableEntity(context) 42 42 { 43 RegisterObject( DodgeRaceCube);43 RegisterObject(OrxyRoadCube); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.