src/road_cmd.h
author belugas
Fri, 09 Mar 2007 02:04:07 +0000
changeset 6592 fe9298ade0a8
parent 5726 8f399788f6c9
child 6307 f40e88cff863
child 6719 4cc327ad39d5
permissions -rw-r--r--
(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */