#include <HomingBomb.h>
Inheritance diagram for HomingBomb:
Public Methods | |
HomingBomb () | |
Default constructor. | |
HomingBomb (const Rect &initPos, int initDir, int size, float delay, float initSpeed, const Character *c) | |
Constructor. | |
virtual | ~HomingBomb () |
Destructor. | |
virtual bool | update (float dt) |
Update the bomb's logic. | |
virtual void | draw (const Point &anchor) |
Draw the bomb on the screen using the specified anchor point. |
|
Default constructor. Authors: Jim Clase, Jonathan Hilliker, Jason Winnebeck |
|
Constructor.
|
|
Destructor.
|
|
Draw the bomb on the screen using the specified anchor point.
Reimplemented from Bomb. |
|
Update the bomb's logic.
Reimplemented from Bomb. |