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