src/depot_type.h
author frosch
Sat, 29 Nov 2008 21:27:15 +0000
changeset 10392 306d24c840f4
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r14643) -Fix: Invalidate autoreplace window when toggling 'replace protection'.
/* $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 */