Files @ r4538:6da480304950
Branch filter:

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

Darkvater
(svn r6367) -Codechange: Speed up the animated cursors a bit so they move once in a while
at least.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif