- Timestamp:
- Jan 4, 2016, 6:19:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15/src/modules/hover/HoverWall.h
r11040 r11041 37 37 38 38 #include "HoverPrereqs.h" 39 #include "util/Math.h" 39 #include "objects/ObjectsPrereqs.h" 40 40 41 #include "worldentities/StaticEntity.h" 41 #include "graphics/Model.h"42 #include "objects/collisionshapes/BoxCollisionShape.h"43 44 42 45 43 namespace orxonox … … 51 49 HoverWall(Context* context, int x, int y, int cellSize, int cellHeight, int orientation); 52 50 virtual ~HoverWall(); 53 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);54 51 55 52 private: 56 53 Model* model_; 57 54 BoxCollisionShape* cs_; 58 59 55 }; 60 56 }
Note: See TracChangeset
for help on using the changeset viewer.