26 #ifndef SAGA2_TILELINE_H 27 #define SAGA2_TILELINE_H 29 #include "saga2/tcoords.h" 33 void TPLine(
const TilePoint &start,
const TilePoint &stop, int16 color);
34 void TPLine(
const TilePoint &start,
const TilePoint &stop);
35 void TPTriangle(
const TilePoint &tp1,
const TilePoint &tp2,
const TilePoint &tp3, int16 color);
36 void TPRectangle(
const TilePoint &tp1,
const TilePoint &tp2,
const TilePoint &tp3,
const TilePoint &tp4, int16 color);
37 void TPCircle(
const TilePoint &tp1,
const int radius, int16 color);