Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2014, 4:11:00 PM (11 years ago)
Author:
sriedel
Message:

still working atm. including function after function, currently HUD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceraceHS14/src/modules/dodgerace2/DodgeRace.h

    r10118 r10124  
    3939
    4040#include "DodgeRaceCenterPoint.h" // Necessary for WeakPointer??
    41 //#include "DodgeRaceShip.h" // DO NOT include in Header. Will cause forward declaration issues
     41//#include "DodgeRaceShip.h"            DO NOT include in Header. Will cause forward declaration issues
    4242
    4343//#include "DodgeRaceHUDinfo.h"
     
    7272
    7373            virtual void start();
    74             //virtual void end();
     74            virtual void end();
    7575
    7676            void levelUp();
     
    8383            void setCenterpoint(DodgeRaceCenterPoint* center)
    8484                       { this->center_ = center; }
     85            virtual void addBots(unsigned int amount){} //<! overwrite function in order to bypass the addbots command
    8586
    8687            // checks if multiplier should be reset.
    8788            void comboControll();
     89            void costLife();
    8890
    8991            bool bEndGame;
     
    108110
    109111
    110          /* virtual void addBots(unsigned int amount){} //<! overwrite function in order to bypass the addbots command
     112         /*
    111113
    112114            //void spawnEnemy();
     
    116118
    117119
    118             void costLife();
     120
    119121
    120122
Note: See TracChangeset for help on using the changeset viewer.