road_cmd.h
author Darkvater
Fri, 03 Nov 2006 00:48:03 +0000
changeset 5014 aaa61af89635
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre
would be outside the map. Change behaviour so that a reasonable approximation is
returned so that zooming (out) still works (GrimRC)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */