	IFND    RTGPICA_I
RTGPICA_I       SET     1

	IFND    RTGSUBLIBS_I
	Include "RtgSublibs.i"
	ENDC

	IFND    EXEC_LIBRARIES_I
	Include "exec/libraries.i"
	ENDC

	IFND    EXEC_TYPES_I
	Include "exec/types.i"
	ENDC

;
; Include files for rtgPICA.library
;
; Only rtgPICA.library specific structures are located in here
;

 STRUCTURE RtgBasePICA,0
  STRUCT rbPICA_LibBase,LIB_SIZE
  ALIGNLONG
  ULONG rbPICA_SegList
  APTR  rbPICA_ExecBase
  APTR  rbPICA_GfxBase
  APTR  rbPICA_IntBase
  APTR  rbPICA_UtilityBase
  APTR  rbPICA_VilIntuiSupBase
  LABEL rbPICA_SIZEOF

 STRUCTURE RtgScreenPICA,0
  STRUCT rsPICA_Header,rs_SIZEOF
  ALIGNLONG
  ULONG rsPICA_ScreenHandle
  ULONG rsPICA_PlaneSize
  ULONG rsPICA_BytesPerRow
  ULONG rsPICA_Depth
  ULONG rsPICA_DispBuf      ;Buffer currently displayed
  UWORD rsPICA_Height       ;Height of the visible screen
  UWORD rsPICA_NumBuf
  LABEL rsPICA_SIZEOF

	ENDC

