home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog-asm / asmonedm.lzh / ASMOneDemo / ASMOneDemo.lzh / ASM-One / Include / graphics / regions.i < prev    next >
Encoding:
Text File  |  1991-10-17  |  311 b   |  18 lines

  1.     IFND    GRAPHICS_REGIONS_I
  2. GRAPHICS_REGIONS_I    =    1
  3.     IFND    GRAPHICS_GFX_I
  4.     INCLUDE    graphics/gfx.i
  5.     ENDC
  6.     RSRESET
  7. Region            RS.B    0
  8. rg_bounds        RS.B    ra_SIZEOF
  9. rg_RegionRectangle    RS.L    1
  10. rg_SIZEOF        RS.W    0
  11.     RSRESET
  12. RegionRectangle        RS.B    0
  13. rr_Next            RS.L    1
  14. rr_Prev            RS.L    1
  15. rr_bounds        RS.B    ra_SIZEOF
  16. rr_SIZEOF        RS.W    0
  17.     ENDC
  18.