road_cmd.h
author tron
Sat, 28 Oct 2006 11:08:52 +0000
changeset 4974 c962d0622bc1
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6977) Use the pool macros for the EngineRenew pool
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */