Changeset 11891 for code/branches/OrxyRoad_FS18/src/modules
- Timestamp:
- Apr 19, 2018, 4:06:26 PM (7 years ago)
- Location:
- code/branches/OrxyRoad_FS18/src/modules/orxyroad
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxyRoad_FS18/src/modules/orxyroad/OrxyRoad.cc
r11887 r11891 129 129 /* experimental */ 130 130 131 cube->setVelocity(10,0,0);131 //cube->setVelocity(10,0,0); 132 132 133 133 /* experimental */ -
code/branches/OrxyRoad_FS18/src/modules/orxyroad/OrxyRoadPrereqs.h
r11838 r11891 43 43 //----------------------------------------------------------------------- 44 44 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(O rxyRoad_STATIC_BUILD)46 # ifdef O rxyRoad_SHARED_BUILD45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ORXYROAD_STATIC_BUILD) 46 # ifdef ORXYROAD_SHARED_BUILD 47 47 # define _OrxyRoadExport __declspec(dllexport) 48 48 # else -
code/branches/OrxyRoad_FS18/src/modules/orxyroad/OrxyRoadShip.h
r11885 r11891 43 43 44 44 #include "OrxyRoad.h" // Is necessary for getGame function 45 //#include "OrxyRoadCenterPoint.h"45 #include "OrxyRoadCenterPoint.h" 46 46 47 47 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.