src/depot_type.h
author rubidium
Thu, 17 Jul 2008 15:14:42 +0000
changeset 11158 2004a5570047
parent 9264 31f5792aa96b
permissions -rw-r--r--
(svn r13716) -Fix [FS#2144]: any player could construct new companies.
/* $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 */