src/depot_type.h
author terom@terom-desktop
Thu, 24 Jul 2008 16:18:29 +0300
changeset 11185 5036deb1fcaf
parent 9264 31f5792aa96b
permissions -rw-r--r--
fix check_available_write_cb buffer-growing logic
/* $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 */