#ifndef PRAGMAS_POPCYCLE_PRAGMAS_H #define PRAGMAS_POPCYCLE_PRAGMAS_H /* ** $VER: popcycle_pragmas.h 1.1 (6.10.1999) ** ** Direct ROM interface (pragma) definitions. ** ** Copyright © 2001 Amiga, Inc. ** All Rights Reserved */ #if defined(LATTICE) || defined(__SASC) || defined(_DCC) #ifndef __CLIB_PRAGMA_LIBCALL #define __CLIB_PRAGMA_LIBCALL #endif /* __CLIB_PRAGMA_LIBCALL */ #else /* __MAXON__, __STORM__ or AZTEC_C */ #ifndef __CLIB_PRAGMA_AMICALL #define __CLIB_PRAGMA_AMICALL #endif /* __CLIB_PRAGMA_AMICALL */ #endif /* */ #if defined(__SASC) || defined(__STORM__) #ifndef __CLIB_PRAGMA_TAGCALL #define __CLIB_PRAGMA_TAGCALL #endif /* __CLIB_PRAGMA_TAGCALL */ #endif /* __MAXON__, __STORM__ or AZTEC_C */ #ifndef CLIB_POPCYCLE_PROTOS_H #include #endif /* CLIB_POPCYCLE_PROTOS_H */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall PopCycleBase POPCYCLE_GetClass 1e 00 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall PopCycleBase AllocPopCycleNodeA 24 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_TAGCALL #ifdef __CLIB_PRAGMA_LIBCALL #pragma tagcall PopCycleBase AllocPopCycleNode 24 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #endif /* __CLIB_PRAGMA_TAGCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall PopCycleBase FreePopCycleNode 2a 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall PopCycleBase SetPopCycleNodeAttrsA 30 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_TAGCALL #ifdef __CLIB_PRAGMA_LIBCALL #pragma tagcall PopCycleBase SetPopCycleNodeAttrs 30 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #endif /* __CLIB_PRAGMA_TAGCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall PopCycleBase GetPopCycleNodeAttrsA 36 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_TAGCALL #ifdef __CLIB_PRAGMA_LIBCALL #pragma tagcall PopCycleBase GetPopCycleNodeAttrs 36 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #endif /* __CLIB_PRAGMA_TAGCALL */ #endif /* PRAGMAS_POPCYCLE_PRAGMAS_H */