#include <DrawableUnit.h>
Inheritance diagram for DrawableObject:

Definition at line 27 of file DrawableUnit.h.
Public Methods | |
| DrawableObject (void) | |
| virtual | ~DrawableObject (void) |
| virtual void | draw () const=0 |
|
|
Definition at line 24 of file DrawableUnit.cpp.
00025 {
00026 }
|
|
|
Definition at line 28 of file DrawableUnit.cpp.
00029 {
00030 }
|
|
|
Draws the object at its current location. Implemented in City, LightTank, HeavyTank, RocketLauncher, Artillery, and Jet. |
1.3-rc2