summaryrefslogtreecommitdiff
path: root/src/depot_type.h
diff options
context:
space:
mode:
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 */