road_cmd.h
author rubidium
Tue, 02 Jan 2007 17:34:03 +0000
changeset 5720 cc0ceeafaa55
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7751) -Codechange: move network_* to a new network map. Furthermore move the low level network functions to network/core, so they can be reused by the masterserver and website-serverlist-updater.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */