[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
unit ECO_pal;
interface
uses
  crt,     unit_scn,
  ECO_vid, ECO_ext

  ;

type
  attributes = record
    fore, back: byte;
  end;

  function getcolor(
    x_pos, y_pos, winf, winb, wintype: byte;
    var fore, back: byte;
    msg: string
  ): byte;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson