home *** CD-ROM | disk | FTP | other *** search
- // pragmas for potgo.library
- // (c) Maxon Computer 1994
- #ifndef _INCLUDE_PRAGMA_POTGO_LIB_H
- #define _INCLUDE_PRAGMA_POTGO_LIB_H
-
- #ifdef __cplusplus
- #define CPLUSPLUSON
- #pragma -
- #endif
-
- #include <clib/potgo_protos.h>
-
- #pragma amicall(PotgoBase, 0x6, AllocPotBits(d0))
- #pragma amicall(PotgoBase, 0xc, FreePotBits(d0))
- #pragma amicall(PotgoBase, 0x12, WritePotgo(d0,d1))
-
- #ifdef CPLUSPLUSON
- #undef CPLUSPLUSON
- #pragma +
- #endif
-
- #endif
-