/*============================================================================= Name : LightCorvette.h Purpose : Definitions for Light Corvette Created 6/30/1997 by gshaw Copyright Relic Entertainment, Inc. All rights reserved. =============================================================================*/ #ifndef ___LIGHT_CORVETTE_H #define ___LIGHT_CORVETTE_H #include "types.h" #include "spaceobj.h" #include "attack.h" /*============================================================================= Types: =============================================================================*/ typedef struct { AttackSideStep attacksidestep; } LightCorvetteSpec; /*============================================================================= Public data: =============================================================================*/ extern CustShipHeader LightCorvetteHeader; #endif //___LIGHT_CORVETTE_H