- Timestamp:
- Nov 12, 2014, 4:11:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceraceHS14/src/modules/dodgerace2/DodgeRace.h
r10118 r10124 39 39 40 40 #include "DodgeRaceCenterPoint.h" // Necessary for WeakPointer?? 41 //#include "DodgeRaceShip.h" //DO NOT include in Header. Will cause forward declaration issues41 //#include "DodgeRaceShip.h" DO NOT include in Header. Will cause forward declaration issues 42 42 43 43 //#include "DodgeRaceHUDinfo.h" … … 72 72 73 73 virtual void start(); 74 //virtual void end();74 virtual void end(); 75 75 76 76 void levelUp(); … … 83 83 void setCenterpoint(DodgeRaceCenterPoint* center) 84 84 { this->center_ = center; } 85 virtual void addBots(unsigned int amount){} //<! overwrite function in order to bypass the addbots command 85 86 86 87 // checks if multiplier should be reset. 87 88 void comboControll(); 89 void costLife(); 88 90 89 91 bool bEndGame; … … 108 110 109 111 110 /* virtual void addBots(unsigned int amount){} //<! overwrite function in order to bypass the addbots command112 /* 111 113 112 114 //void spawnEnemy(); … … 116 118 117 119 118 void costLife(); 120 119 121 120 122
Note: See TracChangeset
for help on using the changeset viewer.