(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style
/* $Id$ */
/** @file road_cmd.h */
#ifndef ROAD_CMD_H
#define ROAD_CMD_H
#include "direction.h"
void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt);
#endif /* ROAD_CMD_H */