/*============================================================================= Name : AdvanceSupportFrigate.h Purpose : Definitions for AdvanceSupportFrigate Created 6/30/1997 by gshaw Copyright Relic Entertainment, Inc. All rights reserved. =============================================================================*/ #ifndef ___ADVANCE_SUPPORT_FRIGATE_H #define ___ADVANCE_SUPPORT_FRIGATE_H #include "types.h" #include "spaceobj.h" /*============================================================================= Defines: =============================================================================*/ /*============================================================================= Types: =============================================================================*/ typedef struct { udword dummy; } AdvanceSupportFrigateSpec; /*============================================================================= Public data: =============================================================================*/ extern CustShipHeader AdvanceSupportFrigateHeader; #endif //___ADVANCE_SUPPORT_FRIGATE_H