road_cmd.h
author rubidium
Sat, 30 Dec 2006 00:46:48 +0000
changeset 5428 00fab4aeff78
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7632) -Codechange: several small code cleanups of texteff, like moving magic values and defines to an enum and fix coding/documentation style.
-Codechange: make DeleteAnimatedTile a little clearer (pv2b).
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */