From ed26c5e14c6d530b52ef199267648612c456a4d6 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 3 Aug 2006 06:44:54 +0000 Subject: (svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions.h (but I'm not too happy with the new header) - Use DiagDirection instead of plain int for the orientation of the depot graphics - Rename the associated data tables with sprites to something more meaningful --- road_cmd.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 road_cmd.h (limited to 'road_cmd.h') diff --git a/road_cmd.h b/road_cmd.h new file mode 100644 index 000000000..aeda82db1 --- /dev/null +++ b/road_cmd.h @@ -0,0 +1,10 @@ +/* $Id$ */ + +#ifndef ROAD_CMD_H +#define ROAD_CMD_H + +#include "direction.h" + +void DrawRoadDepotSprite(int x, int y, DiagDirection dir); + +#endif -- cgit v1.2.3-54-g00ecf