(svn r5116) Move the overly generic GetDepotDirection() from a header to its only consumer

This commit is contained in:
tron
2006-06-05 08:34:39 +00:00
parent 5e3dd8dd78
commit 4f5c84e720
3 changed files with 20 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "road_map.h"
#include "spritecache.h"
#include "table/sprites.h"
#include "table/strings.h"
@@ -25,6 +26,7 @@
#include "train.h"
#include "industry_map.h"
#include "station_map.h"
#include "water_map.h"
#define INVALID_COORD (-0x8000)
#define GEN_HASH(x,y) (((x & 0x1F80)>>7) + ((y & 0xFC0)))