Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 26, 2015, 1:36:43 PM (10 years ago)
Author:
bucyril
Message:

Made the code compile

File:
1 edited

Legend:

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

    r10665 r10694  
    5353            virtual void tick(float dt);
    5454
    55     };
     55                    virtual void moveFrontBack(const Vector2& value);
     56
     57                    virtual void moveRightLeft(const Vector2& value);
     58
     59                    virtual void moveUpDown(const Vector2& value);
     60
     61                    virtual void rotateYaw(const Vector2& value);
     62
     63                    virtual void rotatePitch(const Vector2& value);
     64                   
     65                    virtual void rotateRoll(const Vector2& value);
     66
     67                    virtual bool collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint);
     68
     69                    virtual void boost(bool bBoost);
     70
     71        };
    5672}
    5773
Note: See TracChangeset for help on using the changeset viewer.