road_cmd.h
author KUDr
Sat, 30 Dec 2006 18:36:42 +0000
branchcustombridgeheads
changeset 5610 f67ca2533978
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7656) -Fix: warning 'not all control path return value' generated by VC in debug mode (bridge_cmd.c:1038)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */