Files @ r5149:d4d2b8888034
Branch filter:

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

KUDr
(svn r7241) -Fix: czech town name generator now uses proper diacritics (Hadez)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */