Files @ r8844:7b7ef05d6025
Branch filter:

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

smatz
(svn r12594) -Codechange: move large functions from driver.h to driver.cpp to reduce binary size and compile time
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction_type.h"

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

#endif /* ROAD_CMD_H */