scale.h 771 B

123456789101112131415
  1. //---------------------------------------------------------------------------//
  2. // scale.h - This file contains definitions of the scaleFactor for scaled draws
  3. //
  4. //---------------------------------------------------------------------------//
  5. // Copyright (C) Microsoft Corporation. All rights reserved. //
  6. //===========================================================================//
  7. #ifndef SCALE_H
  8. #define SCALE_H
  9. //---------------------------------------------------------------------------
  10. // Include files
  11. long scaleDraw (MemoryPtr shapeTable, unsigned long frameNum, long sx, long sy, bool reverse, MemoryPtr fadeTable = NULL, bool scaleUp = 0);
  12. //---------------------------------------------------------------------------
  13. #endif