//--------------------------------------------------------------------------- // // Dgate.h -- File contains the Gate Object Definition // // MechCommmander 2 // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #ifndef DGATE_H #define DGATE_H //--------------------------------------------------------------------------- // Include Files //--------------------------------------------------------------------------- // Class Definitions class GateType; typedef GateType *GateTypePtr; class Gate; typedef Gate *GatePtr; //--------------------------------------------------------------------------- // Macro Definitions //--------------------------------------------------------------------------- // Enum Definitions //--------------------------------------------------------------------------- #endif