dobjblck.h 777 B

123456789101112131415161718192021222324
  1. //***************************************************************************
  2. //
  3. // dobjblck.h -- File contains class definitions for the Terrain Object classes
  4. //
  5. // MechCommander 2
  6. //
  7. //---------------------------------------------------------------------------//
  8. // Copyright (C) Microsoft Corporation. All rights reserved. //
  9. //===========================================================================//
  10. #ifndef DOBJBLCK_H
  11. #define DOBJBLCK_H
  12. //---------------------------------------------------------------------------
  13. class ObjectBlockManager;
  14. typedef ObjectBlockManager *ObjectBlockManagerPtr;
  15. struct ObjData;
  16. typedef ObjData *ObjDataPtr;
  17. //***************************************************************************
  18. #endif