Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 22, 2014, 4:13:29 PM (10 years ago)
Author:
flsueess
Message:

new files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weaponupdateHS14/src/modules/weapons/RocketController.h

    r9667 r10098  
    3939#include "tools/interfaces/Tickable.h"
    4040#include "controllers/Controller.h"
     41#include "worldentities/ControllableEntity.h"
    4142
    4243namespace orxonox
     
    7879            Vector3 targetPosition_; //!< The position of the target.
    7980            WeakPtr<PlayerInfo> player_; //!< The player the rocket belongs to.
     81            //WeakPtr<Pawn> pawn_;
    8082
    8183            WeakPtr<WorldEntity> target_; //!< The target.
Note: See TracChangeset for help on using the changeset viewer.