road_cmd.h
author KUDr
Sun, 31 Dec 2006 12:28:51 +0000
branchcustombridgeheads
changeset 5612 5e103bb5236d
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7697) [cbh] - Cleanup of r7687 changes
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */