view src/depot_type.h @ 9476:bba7a506af6d draft

(svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
author rubidium <rubidium@openttd.org>
date Sun, 08 Jun 2008 10:51:36 +0000
parents 27a5e249703b
children bc7926153e19
line wrap: on
line source

/* $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 */