road_cmd.h
author Darkvater
Fri, 29 Dec 2006 17:54:47 +0000
changeset 5669 ea25407ffa55
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7621) -Codechange: Rework ShowQuery into a general modal popup window. It gets passed
a parent pointer which will be blocked as long as the popup is open. This
applies to newgrf-apply, heightmap warning, genworld progress.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */