src/road_cmd.h
author rubidium
Thu, 01 Mar 2007 23:37:05 +0000
changeset 6512 8625c30bd63d
parent 5726 8f399788f6c9
child 6307 f40e88cff863
child 6719 4cc327ad39d5
permissions -rw-r--r--
(svn r8964) -Codechange: use grf_load_string to read action 8 strings instead of trying to do the same manually.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */