Files @ r4501:e7f75bb5d329
Branch filter:

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

tron
(svn r6286) Nobody cares for the return value of GetAvailableVideoMode(), therefore remove it
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif