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
commit586388c9f17a39b4d3a7e7706fe6b40191a922b4 (patch)
tree113bde0444e78799f198050654eba4d96e28702e /depot.h
parentf007ad282c60cc1b2529b44c3e0b4c1bdab3d685 (diff)
downloadopenttd-586388c9f17a39b4d3a7e7706fe6b40191a922b4.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"