/*============================================================================= Name : P1StandardCorvette.h Purpose : Definitions for P1StandardCorvette Created 5/06/1998 by ddunlop Copyright Relic Entertainment, Inc. All rights reserved. =============================================================================*/ #ifndef ___P1_STANDARD_CORVETTE_H #define ___P1_STANDARD_CORVETTE_H #include "types.h" #include "spaceobj.h" #include "attack.h" /*============================================================================= Defines: =============================================================================*/ /*============================================================================= Types: =============================================================================*/ typedef struct { AttackSideStep attacksidestep; } P1StandardCorvetteSpec; /*============================================================================= Public data: =============================================================================*/ extern CustShipHeader P1StandardCorvetteHeader; #endif //___P1_STANDARD_CORVETTE_H