road_cmd.h
author rubidium
Tue, 26 Dec 2006 12:56:48 +0000
changeset 5564 6e1b3ea1ba7f
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7561) -Fix (FS#431): core and (patches) GUI were not in-sync with respect to autorenew settings. This is only a temporary fix, as the definite fix needs to move the autorenew settings to a per-company settings window.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */