Files @ r6210:3e0a81250f47
Branch filter:

Location: cpp/openttd-patchpack/source/src/road_cmd.h

rubidium
(svn r9002) -Update: remove strings removed in r9001 from languages other than English.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */