src/road_cmd.h
author rubidium
Sun, 20 May 2007 19:14:08 +0000
changeset 7157 270bc5b64e08
parent 6889 f7f6d9cb07a0
child 7162 b769c2b45103
permissions -rw-r--r--
(svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */