dtacordr.h 617 B

123456789101112131415161718192021
  1. //***************************************************************************
  2. //
  3. // dtacordr.h -- File contains the Tactical Order Definition
  4. //
  5. // MechCommander 2
  6. //
  7. //---------------------------------------------------------------------------//
  8. // Copyright (C) Microsoft Corporation. All rights reserved. //
  9. //===========================================================================//
  10. #ifndef DTACORDR_H
  11. #define DTACORDR_H
  12. class TacticalOrder;
  13. typedef TacticalOrder* TacticalOrderPtr;
  14. #endif
  15. //***************************************************************************