home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / ModemLink / include / proto / ModemLink.h < prev   
Encoding:
C/C++ Source or Header  |  1997-03-16  |  200 b   |  8 lines

  1. #ifndef PROTO_MODEM_LINK_H
  2. #define PROTO_MODEM_LINK_H
  3. #include <exec/types.h>
  4. extern struct Library *ModemLinkBase;
  5. #include <clib/ModemLink_protos.h>
  6. #include <pragmas/ModemLinkDev_pragmas.h>
  7. #endif
  8.