123456789101112131415161718192021 |
- //***************************************************************************
- //
- // 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
- //***************************************************************************
|