road_cmd.h
author truelight
Tue, 22 Aug 2006 21:17:19 +0000
changeset 4357 aaba385fa723
parent 4212 85159aaf48fb
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6058) -Fix: Get(Industry|Town)ArraySize could never return 0
Note: _total_towns and _total_industries willb e removed soon, so this 'hack' is okay, for now ;)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif