//*************************************************************************** // // dtacordr.h -- File contains the Tactical Order Definition // // MechCommander 2 // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #ifndef DTACORDR_H #define DTACORDR_H class TacticalOrder; typedef TacticalOrder* TacticalOrderPtr; #endif //***************************************************************************