home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / STORM2.DMS / in.adf / Includes.LHA / pragma / potgo_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  485 b   |  26 lines

  1. // pragmas for potgo.library
  2. // (c) 1995 HAAGE & PARTNER Computer GmbH
  3.  
  4. #ifndef _INCLUDE_PRAGMA_POTGO_LIB_H
  5. #define _INCLUDE_PRAGMA_POTGO_LIB_H
  6.  
  7. #ifndef  CLIB_POTGO_PROTOS_H
  8. #include <clib/potgo_protos.h>
  9. #endif
  10.  
  11. #ifdef __cplusplus
  12. #define CPLUSPLUSON
  13. #pragma -
  14. #endif
  15.  
  16. #pragma amicall(PotgoBase, 0x6, AllocPotBits(d0))
  17. #pragma amicall(PotgoBase, 0xc, FreePotBits(d0))
  18. #pragma amicall(PotgoBase, 0x12, WritePotgo(d0,d1))
  19.  
  20. #ifdef CPLUSPLUSON
  21. #undef CPLUSPLUSON
  22. #pragma +
  23. #endif
  24.  
  25. #endif
  26.