diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ private: vector<Rock *> rocks; vector<Bullet *> bullets; Ship* ship; + int level = 0; float getClosestDistance( const FlyingObject &obj1 , const FlyingObject &obj2 ) const; |