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