road_cmd.h
author matthijs
Tue, 05 Dec 2006 13:58:20 +0000
changeset 5247 c3eece01af11
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX() and add GetMaxXXXIndex() functions. This prepares for the new pool interface.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */