- Timestamp:
- Oct 31, 2018, 11:23:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartKart.h
r12057 r12066 26 26 27 27 /** 28 @file HoverShip.h29 @brief Declaration of the HoverShipclass.28 @file OrxoKartKart.h 29 @brief Declaration of the OrxoKartKart class. 30 30 */ 31 31 32 #ifndef _ HoverShip_H__33 #define _ HoverShip_H__32 #ifndef _OrxoKartKart_H__ 33 #define _OrxoKartKart_H__ 34 34 35 #include " HoverPrereqs.h"35 #include "OrxoKartPrereqs.h" 36 36 37 37 #include "worldentities/pawns/SpaceShip.h" … … 39 39 namespace orxonox 40 40 { 41 class _ HoverExport HoverShip: public SpaceShip41 class _OrxoKartExport OrxoKartKart : public SpaceShip 42 42 { 43 43 public: 44 HoverShip(Context* context);44 OrxoKartKart(Context* context); 45 45 46 46 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override; … … 75 75 } 76 76 77 #endif /* _ HoverShip_H__ */77 #endif /* _OrxoKartKart_H__ */
Note: See TracChangeset
for help on using the changeset viewer.