summaryrefslogtreecommitdiff
path: root/src/depot_type.h
blob: 71372cce5f4521010e91b6dd95f2b4a7c914b9a0 (plain)
1
2
3
4
5
6
7
8
9
10
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 */