(svn r12467) -Codechange: move DepotID to a more logical location.
This commit is contained in:
11
src/depot_type.h
Normal file
11
src/depot_type.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* $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 */
|
Reference in New Issue
Block a user