road_cmd.h
author rubidium
Fri, 01 Dec 2006 11:23:29 +0000
changeset 5203 165a9a63fc1d
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7318) -Fix: change some unfinished strings: STRING->{CARGO,POWER,WEIGHT,WEIGHT_S} and remove strings that are no longer in english.txt.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */