src/depot_type.h
author rubidium
Fri, 11 Apr 2008 08:14:43 +0000
changeset 8890 8a0fa7ff70a0
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class.
/* $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 */