Files @ r8036:ed052f4e2a3a
Branch filter:

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

belugas
(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove its now useless counterpart function
/* $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 */