Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 28, 2008, 5:15:55 PM (16 years ago)
Author:
rgrieder
Message:

TutorialShip compiles now. Still a stub.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/orxonox_tutorial/src/orxonox/objects/TutorialShip.h

    r1847 r1852  
    2929#ifndef _TutorialShip_H__
    3030#define _TutorialShip_H__
     31
     32#include "OrxonoxPrereqs.h"
     33
     34#include <OgrePrerequisites.h>
    3135#include <string>
    32 #include "OrxonoxPrereqs.h"
    33 #include <OgrePrerequisites.h>
    34 
    3536#include "util/Math.h"
    3637#include "Camera.h"
     
    3839#include "RadarViewable.h"
    3940#include "tools/BillboardSet.h"
     41#include "SpaceShip.h"
    4042
    4143namespace orxonox
     
    4749            ~TutorialShip();
    4850
    49         private:
    5051            bool create();
    5152            void registerAllVariables();
     
    5657            // Methods for console commands
    5758            static void fire();
     59
     60        private:
    5861    };
    5962}
Note: See TracChangeset for help on using the changeset viewer.