home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / misc / imagefx_sdk / include / scan / scanner.h < prev   
Encoding:
C/C++ Source or Header  |  1995-01-19  |  323 b   |  20 lines

  1. /*
  2.  * ImageFX Development Header File
  3.  * Copyright © 1991-1995 Nova Design, Inc.
  4.  * Written by Thomas Krehbiel
  5.  *
  6.  * Scanner Module Definitions.
  7.  *
  8.  */
  9.  
  10. #ifndef SCAN_SCANNER_H
  11.  
  12. #ifndef SCAN_PREV_H
  13. #include <scan/prev.h>
  14. #endif
  15.  
  16. /* Oops, there's nothing here!  But there might be some day. */
  17.  
  18. #define SCAN_SCANNER_H
  19. #endif
  20.