src/depot_type.h
author smatz
Wed, 14 May 2008 16:38:53 +0000
changeset 9222 78f27b94fe76
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc)
/* $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 */