#ifndef PRAGMAS_BULLET_PRAGMAS_H #define PRAGMAS_BULLET_PRAGMAS_H /* ** $VER: bullet_pragmas.h 7.1 (22.5.1992) ** ** 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_BULLET_PROTOS_H #include #endif /* CLIB_BULLET_PROTOS_H */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall BulletBase OpenEngine 1e 00 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall BulletBase CloseEngine 24 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall BulletBase SetInfoA 2a 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_TAGCALL #ifdef __CLIB_PRAGMA_LIBCALL #pragma tagcall BulletBase SetInfo 2a 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #endif /* __CLIB_PRAGMA_TAGCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall BulletBase ObtainInfoA 30 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_TAGCALL #ifdef __CLIB_PRAGMA_LIBCALL #pragma tagcall BulletBase ObtainInfo 30 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #endif /* __CLIB_PRAGMA_TAGCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall BulletBase ReleaseInfoA 36 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_TAGCALL #ifdef __CLIB_PRAGMA_LIBCALL #pragma tagcall BulletBase ReleaseInfo 36 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #endif /* __CLIB_PRAGMA_TAGCALL */ #endif /* PRAGMAS_BULLET_PRAGMAS_H */