src/road_cmd.h
author smatz
Wed, 14 May 2008 16:38:53 +0000
changeset 9222 78f27b94fe76
parent 9111 48ce04029fe4
child 10289 801e5451f0ca
permissions -rw-r--r--
(svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc)
/* $Id$ */

/** @file road_cmd.h Road related functions. */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction_type.h"

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

#endif /* ROAD_CMD_H */