src/depot_type.h
author belugas
Tue, 17 Jun 2008 02:33:42 +0000
changeset 10987 4271189aa492
parent 9264 31f5792aa96b
permissions -rw-r--r--
(svn r13541) -Codechange: Aligning some switch case. Code cosmetics.
/* $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 */