src/depot_type.h
author terom@frrb.lan
Fri, 19 Dec 2008 01:38:09 +0200
changeset 10439 50f056aa3024
parent 8768 4bcc90746175
permissions -rw-r--r--
industries, unmoveables... everything but the landscape
/* $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 */