- Timestamp:
- Apr 30, 2010, 2:39:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket/src/modules/weapons/RocketController.h
r6810 r6811 21 21 * 22 22 * Author: 23 * Oli Scheuss23 * Gabriel Nadler, Originalfile: Oli Scheuss 24 24 * Co-authors: 25 25 * ... … … 42 42 Controller for the Drone of the PPS tutorial. 43 43 @author 44 Oli Scheuss44 Gabriel Nadler, Originalfile: Oli Scheuss 45 45 */ 46 46 class _WeaponsExport RocketController : public Controller, public Tickable … … 51 51 void setRocket(SimpleRocket* rocket, RocketController* contr); 52 52 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); 55 54 protected: 56 55
Note: See TracChangeset
for help on using the changeset viewer.