home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 15 / MA_Cover_15.iso / source / winquake / writechunkypixels_stub.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-25  |  605 b   |  28 lines

  1. // Stub functions for protofile "graphics_protos.h"
  2. // Generated by genPPCStub 1.1 for StormC
  3. // © 1996/97 HAAGE & PARTNER GmbH
  4.  
  5. // DO NOT EDIT
  6.  
  7. #ifndef PPC
  8. #define PPC
  9. #endif // PPC
  10.  
  11. #include <libraries/powerpc.h>
  12.  
  13. #include <ppcamiga.h>
  14.  
  15. VOID WriteChunkyPixels(void *arg1,ULONG arg2,ULONG arg3,ULONG arg4,ULONG arg5,void *arg6,LONG arg7)
  16. {
  17.     extern struct Library *GfxBase;
  18.     ULONG regs[16];
  19.     regs[8] = (ULONG) arg1;
  20.     regs[0] = (ULONG) arg2;
  21.     regs[1] = (ULONG) arg3;
  22.     regs[2] = (ULONG) arg4;
  23.     regs[3] = (ULONG) arg5;
  24.     regs[10] = (ULONG) arg6;
  25.     regs[4] = (ULONG) arg7;
  26.     __CallLibrary(GfxBase,-1056,regs);
  27. }
  28.