home *** CD-ROM | disk | FTP | other *** search
- // pragmas for misc.library
- // (c) Maxon Computer 1994
- #ifndef _INCLUDE_PRAGMA_MISC_LIB_H
- #define _INCLUDE_PRAGMA_MISC_LIB_H
-
- #ifdef __cplusplus
- #define CPLUSPLUSON
- #pragma -
- #endif
-
- #include <clib/misc_protos.h>
-
- #pragma amicall(MiscBase, 0x6, AllocMiscResource(d0,a1))
- #pragma amicall(MiscBase, 0xc, FreeMiscResource(d0))
-
- #ifdef CPLUSPLUSON
- #undef CPLUSPLUSON
- #pragma +
- #endif
-
- #endif
-