src/depot_type.h
author bjarni
Sun, 27 Jul 2008 14:16:24 +0000
changeset 9724 ffff7f3fcd47
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r13849) -Fix: [OSX] 10.5 appears to be more picky when setting up compiling of universal binaries
/* $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 */