Files @ r5300:24266f1ed8f8
Branch filter:

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

miham
(svn r7456) [Namegen] Fixed hungarian characters in namegen as well
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */