home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / cnewssrc / cnews_src.lzh / include / pragma / potgo.h < prev    next >
C/C++ Source or Header  |  1990-12-29  |  253b  |  10 lines

  1. #ifndef PRAGMA_POTGO_H
  2. #define PRAGMA_POTGO_H
  3.  
  4. /* "potgo.resource" */
  5. #pragma amicall(_PotgoBase, 0x6, AllocPotBits(d0))
  6. #pragma amicall(_PotgoBase, 0xC, FreePotBits(d0))
  7. #pragma amicall(_PotgoBase, 0x12, WritePotgo(d0,d1))
  8.  
  9. #endif /* PRAGMA_POTGO_H */
  10.