src/depot_type.h
author smatz
Mon, 26 May 2008 21:45:57 +0000
changeset 9375 bed4e8a213d9
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r13279) -Codechange: simplify condition for terminating loop when reversing list order
/* $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 */