- Timestamp:
- Nov 20, 2017, 4:06:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFigure.h
r11575 r11578 46 46 virtual void boost(bool boost) override; 47 47 virtual bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override; 48 void changeClothes( std::string& name);48 void changeClothes(); 49 49 void spawnFireball(); 50 50 void die(); … … 58 58 //Soooo many declarations 59 59 bool fireallowed_; 60 bool gotPowerUp_; 60 61 61 bool moveUpPressed_; 62 62 bool moveDownPressed_; … … 72 72 bool isColliding_; 73 73 WorldEntity* particlespawner_; 74 int PowerUpCounter_; 75 int maxPowerUp_; 76 int FireballPower; 74 77 int sgn(float x); 75 78 int reachedLvlEndState_;
Note: See TracChangeset
for help on using the changeset viewer.