home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / microdot-1 / md1_src_02.lzx / amiga.h < prev    next >
C/C++ Source or Header  |  2014-05-19  |  459b  |  24 lines

  1. /*
  2. **    Amiga support module for HYDRA protocol sample implementation.
  3. **
  4. **    Written by    Olaf Barthel
  5. **            Brabeckstrasse 35
  6. **            D-30559 Hannover
  7. **
  8. **            eMail: olsen@sourcery.han.de
  9. **
  10. **    Freely distributable.
  11. */
  12.  
  13. #include <proto/exec.h>
  14. #include <proto/intuition.h>
  15. #include <proto/graphics.h>
  16. #include <proto/gadtools.h>
  17. #include <proto/dos.h>
  18. #include <proto/utility.h>
  19.  
  20. #include <exec/types.h>
  21.  
  22. extern int         ConGetKey(VOID);
  23. extern int         ConScanKey(VOID);
  24.