(svn r9584) [0.5] -Backport frmo trunk (r9542, r9565, r9573):
- Fix: when checking for no vehicle on ground-tiles, don't take into account vehicles that are in the air (r9542)
- Feature: add list_patches to console commands; shows all patches and values (r9565)
- Fix: enclose settings names containing spaces with quotes (r9573)
/* $Id$ */#ifndef ROAD_CMD_H#define ROAD_CMD_H#include "direction.h"void DrawRoadDepotSprite(int x, int y, DiagDirection dir);#endif /* ROAD_CMD_H */