Files @ r8154:7eaecf565a0f
Branch filter:

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

glx
(svn r11716) -Fix [FS#1561]: don't put more than one Random() in function calls because parameter evaluation order is not guaranteed in the c++ standard (can lead to desyncs)
/* $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 */