road_cmd.h
author Darkvater
Sun, 13 Aug 2006 08:51:55 +0000
changeset 4257 c738085d561e
parent 4212 0308ef21b4e1
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r5873) - Fix a bad comment in r5871, and add a further check for saving strings.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif