home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Games / WormWars / Source / qdraw020.h < prev    next >
C/C++ Source or Header  |  2000-06-23  |  370b  |  14 lines

  1. /* qdraw020.h */
  2.  
  3. struct QDPlaneInfo
  4. {
  5.     PLANEPTR pi_Planes[4]; /* ScreenPtr->RastPort.BitMap->Planes[] */
  6.     ULONG    pi_BPR,pi_PlaneSZ; /* bitmap->BytesPerRow, BPR*rows */
  7. };
  8.  
  9. /* qdraw020.o */
  10. void __regargs qdraw020(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);
  11.  
  12. /* qdraw020iso.o */
  13. void __regargs qdraw020iso(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);
  14.