road_cmd.h
author KUDr
Tue, 02 Jan 2007 02:06:48 +0000
branchcustombridgeheads
changeset 5631 932c1a268feb
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7737) [cbh] - Fix: signal updates are now propagated through cbh
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */