- Timestamp:
- Feb 17, 2018, 11:06:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/flappyorx/FlappyOrx.h
r11755 r11757 74 74 void asteroidField(float x, float y, float slope); 75 75 void spawnTube(); 76 77 void setCenterpoint(FlappyOrxCenterPoint* center);78 76 79 77 int getPoints(){return this->point;} … … 126 124 int addIfPossible(Circle c); 127 125 128 WeakPtr<FlappyOrxCenterPoint> center_;129 126 WeakPtr<FlappyOrxShip> player; 130 127
Note: See TracChangeset
for help on using the changeset viewer.