Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2016, 6:19:07 PM (9 years ago)
Author:
landauf
Message:

cleanup in hover module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/modules/hover/HoverWall.h

    r11040 r11041  
    3737
    3838#include "HoverPrereqs.h"
    39 #include "util/Math.h"
     39#include "objects/ObjectsPrereqs.h"
     40
    4041#include "worldentities/StaticEntity.h"
    41 #include "graphics/Model.h"   
    42 #include "objects/collisionshapes/BoxCollisionShape.h"
    43 
    4442
    4543namespace orxonox
     
    5149            HoverWall(Context* context, int x, int y, int cellSize, int cellHeight, int orientation);
    5250            virtual ~HoverWall();
    53             virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    5451
    5552        private:
    5653            Model* model_;
    5754            BoxCollisionShape* cs_;
    58 
    5955    };
    6056}
Note: See TracChangeset for help on using the changeset viewer.