Files @ r4827:de08cc8ce3b4
Branch filter:

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

Darkvater
(svn r6751) -Fix: Add option to enable/disable network support. Default is on
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */