- Timestamp:
- Nov 27, 2017, 2:03:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h
r11589 r11595 90 90 bool isDead(); 91 91 void setDead(bool value); 92 93 FlappyOrxShip* getPlayer(); 92 94 93 95 int lives; … … 102 104 int spawnDistance; 103 105 int tubeOffsetX; 104 106 105 107 private: 106 108 void toggleShowLevel(){bShowLevel = !bShowLevel;} … … 144 146 145 147 146 FlappyOrxShip* getPlayer();147 148 WeakPtr<FlappyOrxCenterPoint> center_; 148 149 WeakPtr<FlappyOrxShip> player;
Note: See TracChangeset
for help on using the changeset viewer.