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