home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 505b.lha / Ham_e_library / contents.doc < prev    next >
Text File  |  1991-05-05  |  950b  |  44 lines

  1. contents.doc
  2.  - this file here
  3.  
  4. renderlib.doc
  5.  - brief doc describing the fuctions in renderhame.library
  6.  
  7. rend_pragmas.h
  8.  - pragma file for using direct register passing from 'C' code
  9.  
  10. renderhame.o
  11.  - link using this file only if you don't use the pragma file.
  12.  
  13. renderhame.fd
  14.  - .fd file for users of languages other than 'C'
  15.  
  16. renderhame.library
  17.  - the library itself which goes in your libs: directory.
  18.  
  19. RendRev.h
  20.  - contains revision notes, the current library version and revision
  21.  
  22. RendProtos.h
  23.  - 'C' prototypes for the library functions.
  24.  
  25. RendStruct.h
  26.  - contains the definition of the rgb_image structure used by the 
  27.    rendering routines.
  28.  
  29. RendDemo.c
  30.  - 'C' source code example. Compiled with SAS V5.1
  31.  
  32. RendDemo
  33.  - Executable of example. Requires the pic160x100.??? files below to run.
  34.  
  35. makefile
  36.  - SAS style makefile to create the demo.
  37.  
  38. pic160x100.red
  39. pic160x100.grn
  40. pic160x100.blu
  41.  - red, green and blue data files for use with RendDemo
  42.  
  43.  
  44.