Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2018, 10:56:46 AM (6 years ago)
Author:
ottka
Message:

level added

File:
1 edited

Legend:

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

    r12057 r12062  
    2828
    2929/**
    30     @file HoverWall.h
     30    @file OrxoKartTile.h
    3131    @brief See .cc-file for further information
    32     @ingroup Hover
     32    @ingroup OrxoKart
    3333*/
    3434
    35 #ifndef _HoverWall_H__
    36 #define _HoverWall_H__
     35#ifndef _OrxoKartTile_H__
     36#define _OrxoKartTile_H__
    3737
    38 #include "HoverPrereqs.h"
     38#include "OrxoKartPrereqs.h"
    3939#include "objects/ObjectsPrereqs.h"
    4040
     
    4343namespace orxonox
    4444{
    45     class _HoverExport HoverWall : public StaticEntity
     45    class _OrxoKartExport OrxoKartTile : public StaticEntity
    4646    {
    4747        public:
    48             HoverWall(Context* context);
    49             virtual ~HoverWall();
     48            OrxoKartTile(Context* context);
     49            virtual ~OrxoKartTile();
    5050
    5151            void init(int x, int y, int cellSize, int cellHeight, int orientation);
     
    5757}
    5858
    59 #endif /* _HoverWall_H__ */
     59#endif /* _OrxoKartTile_H__ */
Note: See TracChangeset for help on using the changeset viewer.