road_cmd.h
author Darkvater
Fri, 27 Oct 2006 09:55:38 +0000
changeset 4954 c1f059faa899
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6953) -Codechange: Change FormatStringLinebreaks in such a way that if no whitespace was seen
for the 'current line' of a certain maximum width, the string will be truncated instead
of the old behaviour which just left it alone.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

void DrawRoadDepotSprite(int x, int y, DiagDirection dir);

#endif /* ROAD_CMD_H */