road_cmd.h
author celestar
Sat, 30 Dec 2006 17:08:50 +0000
branchcustombridgeheads
changeset 5605 3864438e7cb2
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7650) [cbh] - Codechange: For the time being, re-enable the invalid-raid debug statements
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */