src/depot_type.h
author smatz
Thu, 17 Jul 2008 23:43:47 +0000
changeset 9654 11fb7b19b64b
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo)
/* $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 */