Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6799 in orxonox.OLD for trunk/src/world_entities/space_ships/hover.h


Ignore:
Timestamp:
Jan 27, 2006, 4:16:02 PM (20 years ago)
Author:
bensch
Message:

trunk: new Hover

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/hover.h

    r6780 r6799  
    11
    22/*!
    3  * @file helicopter.h
    4  * Implements the Control of a Helicopter
     3 * @file hover.h
     4 * Implements the Control of a Hover
    55 */
    66
    7 #ifndef _HELICOPTER_H
    8 #define _HELICOPTER_H
     7#ifndef _HOVER_H
     8#define _HOVER_H
    99
    1010#include "playable.h"
    1111
    1212
    13 class Helicopter : public Playable
     13class Hover : public Playable
    1414{
    1515
    1616  public:
    1717
    18     Helicopter();
    19     Helicopter(const char* fileName);
    20     Helicopter(const TiXmlElement* root);
    21     virtual ~Helicopter();
     18    Hover();
     19    Hover(const char* fileName);
     20    Hover(const TiXmlElement* root);
     21    virtual ~Hover();
    2222
    2323    void init();
     
    6363    int                   controlVelocityY;
    6464    //float                 cycle;              //!< hovercycle
    65    
     65
    6666    PNode                 topRotor;
    6767    PNode                 tailRotor;
    68    
     68
    6969    PNode                 cameraNode;
    7070
     
    8080};
    8181
    82 #endif /* _HELICOPTERS_H */
     82#endif /* _HOVERS_H */
Note: See TracChangeset for help on using the changeset viewer.