Files @ r6111:f19227e298a8
Branch filter:

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

tron
(svn r8847) -Fix

There is not much point in hiding a normal 64bit multiplication in a function, so do not do it
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */