src/depot_type.h
author skidd13
Sat, 14 Jun 2008 16:23:08 +0000
changeset 10962 2649d7a316af
parent 9264 31f5792aa96b
permissions -rw-r--r--
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header
/* $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 */