view src/road_cmd.h @ 5665:3cc382938839 draft

(svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp).
author KUDr <KUDr@openttd.org>
date Sun, 14 Jan 2007 19:18:50 +0000
parents eabf4b86aed6
children ffd35446c110
line wrap: on
line source

/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */