Files @ r5441:5f6cfce5d8ca
Branch filter:

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

Darkvater
(svn r7692) -Fix: OpenTTD didn't compile without network enabled (newgrf sync code)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */