home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gbmsrc.zip / gbmscale.h < prev    next >
C/C++ Source or Header  |  1997-01-26  |  205b  |  17 lines

  1. /*
  2.  
  3. gbmscale.h - Interface to scaling code
  4.  
  5. */
  6.  
  7. #ifndef GBMSCALE_H
  8. #define    GBMSCALE_H
  9.  
  10. extern GBM_ERR gbm_simple_scale(
  11.     const byte *s, int sw, int sh,
  12.           byte *d, int dw, int dh,
  13.     int bpp
  14.     );
  15.  
  16. #endif
  17.