road_cmd.h
author rubidium
Thu, 30 Aug 2007 19:21:12 +0000
branch0.5
changeset 5537 99de2671e125
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r11007) [0.5] -Backport from trunk (r11006)
- Fix: spectators are not allowed to issue commands (r11006)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */