src/road_cmd.h
author rubidium
Wed, 18 Apr 2007 22:10:36 +0000
changeset 6491 00dc414c909d
parent 6393 e1e4939d19b5
child 6666 41ceafa4c85e
permissions -rw-r--r--
(svn r9672) -Cleanup: lots of coding style fixes around operands.
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */