home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / FD / Personal_IO.fd < prev    next >
Encoding:
Text File  |  1999-09-19  |  473 b   |  21 lines

  1. ##base _PersonalIOBase
  2. ##bias 30
  3. ##public
  4. GetFirstDataInfo(datainfo)(A0)
  5. GetNextDataInfo(datainfo)(A0)
  6. GetPictureInfo(picinfo)(A0)
  7. GetProgressBumps(picinfo)(A0)
  8. ReadPicture(picinfo)(A0)
  9. WritePicture(picinfo)(A0)
  10. IOLibCleanup(picinfo)(A0)
  11. GetFirstOption(datainfo, option)(A0,A1)
  12. GetNextOption(datainfo, option)(A0,A1)
  13. SetOption(datainfo, option)(A0,A1)
  14. ResetOptions(datainfo)(A0)
  15. ##private
  16. PersonalIOPrivate1()()
  17. PersonalIOPrivate2()()
  18. PersonalIOPrivate3()()
  19. ##public
  20. ##end
  21.