src/road_cmd.h
author rubidium
Thu, 21 Jun 2007 17:25:17 +0000
changeset 7002 1bf6a62b0fcb
parent 6666 41ceafa4c85e
child 8100 6bc08f98ec16
permissions -rw-r--r--
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */