road_cmd.h
author bjarni
Sat, 30 Dec 2006 11:28:26 +0000
changeset 5684 ce630c33116d
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7639) -Fix: FS#487 Changed music/qtmidi.c to not use functions deprecated by Apple (pvz)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */