home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Painting / XiPaint3.2-Aminet11.lzx / XiPaint / Developer / OutputLib / libraries / picogfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-20  |  366 b   |  21 lines

  1. #ifndef LIBRARIES_PICOGFX_H
  2. #define LIBRARIES_PICOGFX_H
  3.  
  4. /**
  5.  **     $Filename: libraries/picogfx.h $
  6.  **     $Release: 0 $
  7.  **     $Revision: 0.0 $
  8.  **     $Date: 14 Jan 1992 $
  9.  **
  10.  **     copyright (c) 1992 Hertz Elektronik GmbH
  11.  **     all rights reserved
  12.  **/
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #define PICOGFX_NAME "picoGFX.library"
  19.  
  20. #endif
  21.