Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

cleanup in hover module

File:
1 edited

Legend:

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

    r11040 r11041  
    3535
    3636#include "core/CoreIncludes.h"
    37 #include "core/GameMode.h"
    3837#include "graphics/Model.h"
    39 #include "gametypes/Gametype.h"
    40 
    41 
    42 
    43 #include "core/XMLPort.h"
     38#include "objects/collisionshapes/BoxCollisionShape.h"
    4439
    4540namespace orxonox
     
    111106
    112107    }
    113 
    114     //xml port for loading height and width of the platform, unused
    115     void HoverWall::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    116     {
    117         SUPER(HoverWall, XMLPort, xmlelement, mode);
    118     }
    119108}
Note: See TracChangeset for help on using the changeset viewer.