Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2018, 11:23:24 AM (7 years ago)
Author:
emustafa
Message:

OrxoKartKart controls optimized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartKart.h

    r12057 r12066  
    2626
    2727/**
    28     @file HoverShip.h
    29     @brief Declaration of the HoverShip class.
     28    @file OrxoKartKart.h
     29    @brief Declaration of the OrxoKartKart class.
    3030*/
    3131
    32 #ifndef _HoverShip_H__
    33 #define _HoverShip_H__
     32#ifndef _OrxoKartKart_H__
     33#define _OrxoKartKart_H__
    3434
    35 #include "HoverPrereqs.h"
     35#include "OrxoKartPrereqs.h"
    3636
    3737#include "worldentities/pawns/SpaceShip.h"
     
    3939namespace orxonox
    4040{
    41     class _HoverExport HoverShip : public SpaceShip
     41    class _OrxoKartExport OrxoKartKart : public SpaceShip
    4242    {
    4343        public:
    44             HoverShip(Context* context);
     44            OrxoKartKart(Context* context);
    4545
    4646            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
     
    7575}
    7676
    77 #endif /* _HoverShip_H__ */
     77#endif /* _OrxoKartKart_H__ */
Note: See TracChangeset for help on using the changeset viewer.