home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / GFXFX2.ZIP / UNITINT.ZIP / U_ANSI.INT < prev    next >
Text File  |  1995-02-14  |  459b  |  19 lines

  1.  
  2. (*
  3. ** Converts crunched ansi formats (use TheDraw and save as Pascal/Crunched)
  4. ** to a screen-mode buffer. You can chose a textscreen as destenation, but
  5. ** also a buffer, which you can feed to m12h_txt2gfx (mode-12h-unit) to
  6. ** display the ansi-file in graphics-mode.
  7. **
  8. ** By Bas V. van Gaalen, taken from 'uncrunch' by Ian E. Davis.
  9. *)
  10.  
  11. unit u_ansi;
  12.  
  13. interface
  14.  
  15. procedure ansi_2txt(const source,destenation; size:word);
  16.  
  17. implementation
  18.  
  19.