Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 29, 2018, 3:30:24 PM (7 years ago)
Author:
jacobsr
Message:

changed interal definition to orxyroad namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxyRoad_FS18/src/modules/orxyroad/OrxyRoadCube.cc

    r11836 r11838  
    2727
    2828/**
    29     @file DodgeRace.cc
    30     @brief Implementation of the DodgeRace class.
     29    @file OrxyRoad.cc
     30    @brief Implementation of the OrxyRoad class.
    3131*/
    3232
    33 #include "DodgeRaceCube.h"
    34 #include "DodgeRace.h"
     33#include "OrxyRoadCube.h"
     34#include "OrxyRoad.h"
    3535#include "core/CoreIncludes.h"
    3636
    3737namespace orxonox
    3838{
    39     RegisterClass(DodgeRaceCube);
     39    RegisterClass(OrxyRoadCube);
    4040
    41     DodgeRaceCube::DodgeRaceCube(Context* context) : MovableEntity(context)
     41    OrxyRoadCube::OrxyRoadCube(Context* context) : MovableEntity(context)
    4242    {
    43         RegisterObject(DodgeRaceCube);
     43        RegisterObject(OrxyRoadCube);
    4444    }
    4545
Note: See TracChangeset for help on using the changeset viewer.