summaryrefslogtreecommitdiff
path: root/depot.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-05 12:34:55 +0000
committertron <tron@openttd.org>2006-03-05 12:34:55 +0000
commitf6176a89f944cb7643251f0511ae992318bde0dc (patch)
tree113bde0444e78799f198050654eba4d96e28702e /depot.h
parent4da99989b9b1420d95756cb981663c3e49f481fb (diff)
downloadopenttd-f6176a89f944cb7643251f0511ae992318bde0dc.tar.xz
(svn r3767) Move all direction related enums and functions to a separate header
Diffstat (limited to 'depot.h')
-rw-r--r--depot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/depot.h b/depot.h
index 7d1416f8b..6af2dc37f 100644
--- a/depot.h
+++ b/depot.h
@@ -6,6 +6,7 @@
/** @file depot.h Header files for depots (not hangars)
* @see depot.c */
+#include "direction.h"
#include "pool.h"
#include "tile.h"
#include "variables.h"