Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 11, 2018, 3:44:49 PM (6 years ago)
Author:
landauf
Message:

[Asteroid_HS17] cleanup (mostly includes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/asteroids2D/Asteroids2D.h

    r11669 r11727  
    4343#include "asteroids2D/Asteroids2DPrereqs.h"
    4444
    45 #include "Asteroids2DCenterPoint.h" // Necessary for WeakPointer??
    46 //#include "Asteroids2DShip.h"        DO NOT include in Header. Will cause forward declaration issues
    47 
    48 //#include "Asteroids2DHUDinfo.h"
    49 
    50 
    51 #include "core/EventIncludes.h"
    52 #include "core/command/Executor.h"
    53 #include "core/config/ConfigValueIncludes.h"
    54 
    55 #include "gamestates/GSLevel.h"
    56 #include "chat/ChatManager.h"
    57 
    58 // ! HACK
    59 #include "infos/PlayerInfo.h"
    60 
    61 #include "core/command/ConsoleCommand.h"
    62 
    6345#include "gametypes/Deathmatch.h"
    6446#include "tools/Timer.h"
     
    9173            //Generate Stones
    9274            void spawnStone();
    93             void setCenterpoint(Asteroids2DCenterPoint* center)
    94                 { this->center_ = center; }
     75            void setCenterpoint(Asteroids2DCenterPoint* center);
     76
    9577            void addPoints(int numPoints);
    9678            virtual void addBots(unsigned int amount) override{} //<! overwrite function in order to bypass the addbots command
Note: See TracChangeset for help on using the changeset viewer.