home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 575.lha / DoPro_v1.5 / src.LZH / src / struct.c < prev   
Encoding:
C/C++ Source or Header  |  1991-07-04  |  411 b   |  18 lines

  1. #include <exec/types.h>
  2. #include <exec/memory.h>
  3. #include <graphics/displayinfo.h>
  4. #include <intuition/intuitionbase.h>
  5. #include <intuition/screens.h>
  6. #include <intuition/gadgetclass.h>
  7. #include <libraries/gadtools.h>
  8. #include <proto/exec.h>
  9. #include <proto/graphics.h>
  10. #include <proto/intuition.h>
  11. #include <proto/dos.h>
  12. #include <proto/gadtools.h>
  13.  
  14. #include <stdlib.h>
  15. #include <string.h>
  16.  
  17. #include "DoPro.h"
  18.