src/depot_type.h
author belugas
Sat, 14 Jun 2008 01:08:59 +0000
changeset 10959 d9b634a792b9
parent 9264 31f5792aa96b
permissions -rw-r--r--
(svn r13513) -Codechange: Give proper message when building a river fails.
Give proper description of a river tile with the Query Tool.
Extracted (in part) from FS#1884, by Ammler
/* $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 */