src/depot_type.h
author skidd13
Sun, 02 Nov 2008 11:20:15 +0000
changeset 10310 ca2eb5811a07
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
/* $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 */