Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 11, 2018, 3:44:49 PM (7 years ago)
Author:
landauf
Message:

[Asteroid_HS17] cleanup (mostly includes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/asteroids2D/Asteroids2DWeapon.h

    r11669 r11727  
    4040#include "weapons/weaponmodes/HsW01.h"
    4141
    42 #include "Asteroids2D.h"
    43 
    4442namespace orxonox
    4543{
     
    4947            Asteroids2DWeapon(Context* context);
    5048            virtual ~Asteroids2DWeapon();
    51             Asteroids2D* getGame();
    52 
    5349
    5450        protected:
    5551            virtual void shot() override; //2D movement
    5652            WeakPtr<Projectile> projectile;
    57             WeakPtr<Asteroids2D> game;
    5853    };
    5954}
Note: See TracChangeset for help on using the changeset viewer.