road_cmd.h
author Darkvater
Sun, 10 Dec 2006 15:28:11 +0000
changeset 5315 ce659994e392
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7471) -Codechange: Centre the 'quit' button on the main menu.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */