Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2015, 2:40:08 PM (9 years ago)
Author:
bucyril
Message:

1234

M hover/Hover.cc
M hover/Hover.h
M hover/HoverShip.cc
A hover/HoverPrereqs.h
M hover/HoverShip.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hoverHS15/src/modules/hover/HoverShip.h

    r10657 r10659  
    2121 *
    2222 *   Author:
    23  *      Florian Zinggeler
     23 *      Cyrill Burgener
    2424 *   Co-authors:
    2525 *      ...
     
    2828
    2929/**
    30     @file DodgeRaceShip.h
    31     @brief Declaration of the DodgeRaceShip class.
     30    @file HoverShip.h
     31    @brief Declaration of the HoverShip class.
    3232*/
    3333
    34 #ifndef _DodgeRaceShip_H__
    35 #define _DodgeRaceShip_H__
     34#ifndef _HoverShip_H__
     35#define _HoverShip_H__
    3636
    3737
    38 #include "dodgerace/DodgeRacePrereqs.h"
     38#include "hover/HoverPrereqs.h"
    3939
    4040#include "core/XMLPort.h"
     
    4242#include "graphics/Camera.h"
    4343
    44 #include "DodgeRace.h" // Is necessary for getGame function
     44#include "Hover.h" // Is necessary for getGame function
    4545//#include "DodgeRaceCenterPoint.h"
    4646
Note: See TracChangeset for help on using the changeset viewer.