/*============================================================================= Name : IonCannonFrigate.h Purpose : Definitions for Standard Frigate Created 11/5/1997 by khent Copyright Relic Entertainment, Inc. All rights reserved. =============================================================================*/ #ifndef ___ION_CANNON_FRIGATE_H #define ___ION_CANNON_FRIGATE_H #include "types.h" #include "spaceobj.h" /*============================================================================= Defines: =============================================================================*/ /*============================================================================= Types: =============================================================================*/ typedef struct { udword dummy; } IonCannonFrigateSpec; /*============================================================================= Public data: =============================================================================*/ extern CustShipHeader IonCannonFrigateHeader; #endif //___ION_CANNON_FRIGATE_H