Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2007, 6:21:22 PM (16 years ago)
Author:
nicolape
Message:

Added some objects for the level loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/spaceship_steering.cc

    r513 r515  
    2828#include "Ogre.h"
    2929#include "spaceship_steering.h"
     30#include <iostream>
    3031using namespace Ogre;
    3132
     
    3334maxSpeedRotateUpDown, float maxSpeedRotateRightLeft, float
    3435maxSpeedLoopRightLeft) {
     36       
     37        std::cout << "Steering was loaded";
    3538  moveForward_ = 0;
    3639  rotateUp_ = 0;
Note: See TracChangeset for help on using the changeset viewer.