Files @ r5272:fca3467e873f
Branch filter:

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

Darkvater
(svn r7414) -Fix: Immediately invalidate the resize widget when clicked, instead of when started to drag
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */