home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #2 / amigaacscoverdisc1998-021998.iso / utilities / shareware / gfxboard / rtgmaster_dev / includes / asm / rtgmaster / rtgami.i < prev    next >
Encoding:
Text File  |  1997-10-09  |  1.5 KB  |  72 lines

  1. ;
  2. ;     $VER: rtgAMI.i 1.005 (09 Oct 1997)
  3. ;
  4.  
  5.         IFND    RTGAMI_I
  6. RTGAMI_I        SET     1
  7.  
  8.         IFND    RTGSUBLIBS_I
  9.         Include "include:Rtgmaster/RtgSublibs.i"
  10.         ENDC
  11.  
  12.         IFND    EXEC_LIBRARIES_I
  13.         Include "exec/libraries.i"
  14.         ENDC
  15.  
  16.         IFND    EXEC_TYPES_I
  17.         Include "exec/types.i"
  18.         ENDC
  19.  
  20. ;
  21. ; Include files for rtgAMI.library
  22. ;
  23. ; Only rtgAMI.library specific structures are located in here
  24. ;
  25.  
  26.  STRUCTURE RtgBaseAMI,0
  27.   STRUCT rbAMI_LibBase,LIB_SIZE
  28.   UWORD  rbAMI_Pad1
  29.   ULONG rbAMI_SegList
  30.   APTR  rbAMI_ExecBase
  31.   APTR  rbAMI_UtilityBase
  32.   APTR  rbAMI_DosBase
  33.   APTR  rbAMI_CGXBase
  34.   APTR  rbAMI_GfxBase
  35.   APTR  rbAMI_IntBase
  36.   ULONG rbAMI_Flags
  37.   APTR  rbAMI_ExpansionBase
  38.   APTR  rbAMI_DiskFontBase
  39.   LABEL rbAMI_SIZEOF
  40.  
  41.  STRUCTURE RtgScreenAMI,0
  42.   STRUCT rsAMI_Header,rs_SIZEOF
  43.   UWORD rsAMI_Locks
  44.   ALIGNLONG
  45.   ULONG rsAMI_ScreenHandle
  46.   ULONG rsAMI_PlaneSize
  47.   ULONG rsAMI_DispBuf      ;Buffer currently displayed
  48.   ULONG rsAMI_ChipMem1
  49.   ULONG rsAMI_ChipMem2
  50.   ULONG rsAMI_ChipMem3
  51.   STRUCT rsAMI_Bitmap1,40
  52.   STRUCT rsAMI_Bitmap2,40
  53.   STRUCT rsAMI_Bitmap3,40
  54.   ULONG rsAMI_Flags
  55.   STRUCT rsAMI_MyRect,8
  56.   STRUCT rsAMI_Place,52
  57.   STRUCT rsAMI_RastPort1,100
  58.   STRUCT rsAMI_RastPort2,100
  59.   STRUCT rsAMI_RastPort3,100
  60.   APTR   rsAMI_MyWindow
  61.   APTR   rsAMI_Pointer
  62.   STRUCT   rsAMI_PortData,16
  63.   ULONG rsAMI_dbufinfo
  64.   ULONG rsAMI_DispBuf1
  65.   ULONG rsAMI_DispBuf2
  66.   ULONG rsAMI_DispBuf3
  67.   ULONG rsAMI_SafeToWrite
  68.   ULONG rsAMI_SafeToDisp
  69.   LABEL rsAMI_SIZEOF
  70.  
  71.         ENDC
  72.