Files @ r10855:5a3c2f38f98e
Branch filter:

Location: cpp/openttd-patchpack/source/src/depot_type.h

Yexo
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
/* $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 */