txmconv.h 769 B

1234567891011121314151617181920
  1. //---------------------------------------------------------------------------
  2. //
  3. // txmConv.h -- File contains conversion table for tile to texture
  4. //
  5. // MechCommander 2
  6. //
  7. //---------------------------------------------------------------------------//
  8. // Copyright (C) Microsoft Corporation. All rights reserved. //
  9. //===========================================================================//
  10. #ifndef TXMCONV_H
  11. #define TXMCONV_H
  12. //---------------------------------------------------------------------------
  13. #define DEFINED_TXMS 3576
  14. //---------------------------------------------------------------------------
  15. extern long txmToTileLookup[];
  16. //---------------------------------------------------------------------------
  17. #endif