Files @ r4285:8d597bba823e
Branch filter:

Location: cpp/openttd-patchpack/source/road_cmd.h

rubidium
(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif