Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 30, 2010, 2:39:30 PM (14 years ago)
Author:
gnadler
Message:
 
File:
1 edited

Legend:

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

    r6810 r6811  
    2121 *
    2222 *   Author:
    23  *      Oli Scheuss
     23 *      Gabriel Nadler, Originalfile: Oli Scheuss
    2424 *   Co-authors:
    2525 *      ...
     
    4242        Controller for the Drone of the PPS tutorial.
    4343    @author
    44         Oli Scheuss
     44        Gabriel Nadler, Originalfile: Oli Scheuss
    4545    */
    4646    class _WeaponsExport RocketController : public Controller, public Tickable
     
    5151                        void setRocket(SimpleRocket* rocket, RocketController* contr);
    5252           
    53             virtual void tick(float dt); //!< The controlling happens here. This method defines what the controller has to do each tick.
    54 
     53            virtual void tick(float dt);
    5554        protected:
    5655
Note: See TracChangeset for help on using the changeset viewer.