Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2009, 12:38:36 AM (15 years ago)
Author:
landauf
Message:

Removed /objects/ from all paths (except from those in the objects module of course).
Compiles again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/orxonox/worldentities/ControllableEntity.cc

    r3325 r5735  
    3737#include "core/XMLPort.h"
    3838
    39 #include "objects/Scene.h"
    40 #include "objects/infos/PlayerInfo.h"
    41 #include "objects/controllers/Controller.h"
    42 #include "objects/worldentities/Camera.h"
    43 #include "objects/worldentities/CameraPosition.h"
     39#include "Scene.h"
     40#include "infos/PlayerInfo.h"
     41#include "controllers/Controller.h"
     42#include "worldentities/Camera.h"
     43#include "worldentities/CameraPosition.h"
    4444#include "overlays/OverlayGroup.h"
    4545
     
    383383        registerVariable(this->client_orientation_,      VariableDirection::ToServer, new NetworkCallback<ControllableEntity>(this, &ControllableEntity::processClientOrientation));
    384384        registerVariable(this->client_angular_velocity_, VariableDirection::ToServer, new NetworkCallback<ControllableEntity>(this, &ControllableEntity::processClientAngularVelocity));
    385        
     385
    386386
    387387        registerVariable(this->playerID_,                VariableDirection::ToClient, new NetworkCallback<ControllableEntity>(this, &ControllableEntity::networkcallback_changedplayerID));
Note: See TracChangeset for help on using the changeset viewer.