home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PASROTO.ZIP / ROTO.H < prev    next >
C/C++ Source or Header  |  1996-05-22  |  376b  |  13 lines

  1. #ifndef __ROTO_H
  2. #define __ROTO_H
  3.  
  4. extern "C"
  5. {
  6. void texturescreen(unsigned char *dst, unsigned char *src, long x0, long y0, long xx, long xy, long yx, long yy, long xblocks, long yblocks, long scrwid, unsigned char op, int dir);
  7.   #pragma aux texturescreen parm [] caller modify [eax ebx ecx edx esi edi]
  8.   #define ROTO_MOV 0x89
  9.   #define ROTO_ADD 0x01
  10. }
  11.  
  12. #endif
  13.