road_cmd.h
author truelight
Tue, 22 Aug 2006 16:38:50 +0000
changeset 4349 2fc39ff2626e
parent 4212 0308ef21b4e1
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now functions and variables all match eachother
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif