#include <Controller.h>
Inheritance diagram for Controller:
Public Methods | |
Controller () | |
Default constructor. | |
Controller (Character *c) | |
Constructor. | |
~Controller () | |
Destructor. | |
virtual void | control (float dt)=0 |
Control the character attached to this controller. | |
Protected Attributes | |
Character * | character |
The character to control. |
|
Default constructor. Authors: Jim Clase, Jonathan Hilliker, Jason Winnebeck |
|
Constructor.
|
|
Destructor.
|
|
Control the character attached to this controller.
Implemented in KeyboardController. |
|
The character to control.
|