(svn r7350) -Fix: do not handle the save game/scenario filename edit box when loading a game/scenario/heightmap.
/* $Id$ */
#ifndef ROAD_CMD_H
#define ROAD_CMD_H
#include "direction.h"
void DrawRoadDepotSprite(int x, int y, DiagDirection dir);
#endif /* ROAD_CMD_H */