/*============================================================================= Name : FloatingCity.h Purpose : Definitions for FloatingCity Created 5/06/1998 by ddunlop Copyright Relic Entertainment, Inc. All rights reserved. =============================================================================*/ #ifndef ___FLOATING_CITY_H #define ___FLOATING_CITY_H #include "types.h" #include "spaceobj.h" /*============================================================================= Defines: =============================================================================*/ /*============================================================================= Types: =============================================================================*/ typedef struct { udword dummy; } FloatingCitySpec; /*============================================================================= Public data: =============================================================================*/ extern CustShipHeader FloatingCityHeader; #endif //___FLOATING_CITY_H