summaryrefslogtreecommitdiff
path: root/src/depot_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:32:27 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:32:27 +0000
commit02eddad8d9d34cb7c5df85056700e4b244c02df1 (patch)
treeed475a8e0c2e0d66570aa6756d880db92f3884d4 /src/depot_type.h
parentb563a2e52cd173c2efb5aab91ff5a0ecd85f4044 (diff)
downloadopenttd-02eddad8d9d34cb7c5df85056700e4b244c02df1.tar.xz
(svn r12467) -Codechange: move DepotID to a more logical location.
Diffstat (limited to 'src/depot_type.h')
-rw-r--r--src/depot_type.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/depot_type.h b/src/depot_type.h
new file mode 100644
index 000000000..71372cce5
--- /dev/null
+++ b/src/depot_type.h
@@ -0,0 +1,11 @@
+/* $Id$ */
+
+/** @file depot_type.h Header files for depots (not hangars) */
+
+#ifndef DEPOT_TYPE_H
+#define DEPOT_TYPE_H
+
+typedef uint16 DepotID;
+struct Depot;
+
+#endif /* DEPOT_TYPE_H */