//*************************************************************************** // // dcomndr.h -- File contains the Commander Definition // // MechCommander 2 // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #ifndef DCOMNDR_H #define DCOMNDR_H class Commander; typedef Commander* CommanderPtr; #endif //***************************************************************************