Files @ r4915:c61a65024292
Branch filter:

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

peter1138
(svn r6888) - Fix (r6884): Missed a couple of strecpy()s in newgrf text handling
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */