Files @ r4933:e3a1a0b9aa71
Branch filter:

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

peter1138
(svn r6920) - Codechange: Ignore refit options of an engine if it has no capacity.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */