src/road_cmd.h
author rubidium
Thu, 01 Feb 2007 21:04:40 +0000
changeset 5897 893fe6a810dc
parent 5475 2e6990a8c7c4
child 6393 e1e4939d19b5
permissions -rw-r--r--
(svn r8520) -Fix/Feature: requery gameservers that did not respond to their first query.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */