src/depot_type.h
author skidd13
Tue, 27 May 2008 20:33:44 +0000
changeset 9389 b547cd1aaac2
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r13299) -Fix (r13286): Stations sort type isn't updated correctly
/* $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 */