- Timestamp:
- Dec 13, 2017, 11:32:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Asteroid_HS17/src/modules/asteroids2D/Asteroids2D.h
r11668 r11669 35 35 - spawns stones in every level up 36 36 - if you shoot and hit a stone, it will spit into two smaller stones 37 -38 37 @ingroup Asteroids2D 39 38 */ … … 56 55 #include "gamestates/GSLevel.h" 57 56 #include "chat/ChatManager.h" 58 #include <vector>59 57 60 58 // ! HACK … … 109 107 int multiplier; 110 108 109 111 110 private: 112 111
Note: See TracChangeset
for help on using the changeset viewer.