road_cmd.h
author belugas
Mon, 23 Oct 2006 16:35:27 +0000
changeset 4924 b6fa01b5a80d
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6904) -CodeChange : Cleanup of industry_cmd (Step-5).
Add member life_type to IndustrySpec and remove the now useless _industry_close_mode array
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */