TBG -- UML


_____________________
|      Object
|--------------------
| -ID       : ULONG     (unique identification number)
| -type     : ULONG
| -sflag    : ULONG
| -pos      : intXY     (tile position)
| -movedir  : intXY
| -gfx      : intXY
| -animstep : int
|--------------------
| +move()
| +draw()
|