Files @ r4229:514e034b774c
Branch filter:

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

belugas
(svn r5785) Fix(5771) : Silenced a warning in MSVC that prevented from compiling.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif