Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2015, 3:15:11 PM (9 years ago)
Author:
meierman
Message:

First (emptz) functioning version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hoverHS15/src/modules/hover/Hover.h

    r10660 r10664  
    3636#define _Hover_H__
    3737
    38 #include "Hover/HoverPrereqs.h"
    39 
    40 #include "HoverCenterPoint.h" // Necessary for WeakPointer??
     38#include "HoverPrereqs.h"
     39//#include "HoverCenterPoint.h" // Necessary for WeakPointer??
    4140//#include "HoverShip.h"        DO NOT include in Header. Will cause forward declaration issues
    4241
    4342//#include "HoverHUDinfo.h"
    4443
    45 
     44#include "gametypes/Gametype.h"
    4645#include "core/EventIncludes.h"
    4746#include "core/command/Executor.h"
     
    5655
    5756#include "core/command/ConsoleCommand.h"
    58 #include "worldentities/BigExplosion.h"
    5957
    60 #include "gametypes/Deathmatch.h"
    6158#include "tools/Timer.h"
    6259
     
    6461{
    6562
    66     class _HoverExport Hover : public GameType
     63    class _HoverExport Hover : public Gametype
    6764    {
    6865       public:
     
    7471            virtual void tick(float dt);
    7572
    76             void setCenterpoint(HoverCenterPoint* center)
    77                        { this->center_ = center; }
     73 //           void setCenterpoint(HoverCenterPoint* center)
     74  //                     { this->center_ = center; }
    7875
    7976
Note: See TracChangeset for help on using the changeset viewer.