src/road_cmd.h
author rubidium
Tue, 16 Dec 2008 22:02:12 +0000
changeset 10430 3125f2adebc5
parent 10340 a4757ae623ca
permissions -rw-r--r--
(svn r14683) -Change: only say a engine/vehicle is refittable when it can be refitted to at least two cargo type or when it has subcargos.
NOTE: it is still possible that a vehicle is marked refittable when there is nothing to refit to, e.g. when only one subcargo is available but that cannot be determined without a vehicle chain.
/* $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);
void UpdateNearestTownForRoadTiles(bool invalidate);

#endif /* ROAD_CMD_H */