home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #6 / amigaacscoverdisc1998-061998.iso / games / shareware / gms / gmsdev / includes / pragmas / objects_pragmas.h < prev    next >
C/C++ Source or Header  |  1998-06-08  |  519b  |  17 lines

  1. #ifndef _INCLUDE_PRAGMA_OBJECTS_LIB_H
  2. #define _INCLUDE_PRAGMA_OBJECTS_LIB_H
  3.  
  4. #ifndef CLIB_OBJECTS_PROTOS_H
  5. #include <clib/objects_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(OBJBase,0x006,PullObject(a0,a1))
  10. #pragma amicall(OBJBase,0x00C,PullObjectList(a0,a1))
  11. #endif
  12. #if defined(_DCC) || defined(__SASC)
  13. #pragma libcall OBJBase PullObject           006 9802
  14. #pragma libcall OBJBase PullObjectList       00C 9802
  15. #endif
  16.  
  17. #endif    /*  _INCLUDE_PRAGMA_OBJECTS_LIB_H  */