Files @ r5715:f021e4ae2a46
Branch filter:

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

miham
(svn r8206) [Translations] -Fix: Fixed r8193, converted the html notations back to UTF8 characters
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */