
{***********************************************************}
{**    Copyright 1991   by Phil Mosier                    **}
{***********************************************************}

Unit ESPDRIVR;
{***********************************************************}
{**  Unit to accompany ESPTEST.PAS. This unit links  the  **}
{**  BGI graphics driver into a single TPU file. This     **}
{**  makes it easy to link the driver file directly into  **}
{**  then ESPTEST.EXE file.                               **}
{***********************************************************}
Interface

Procedure CGADRIVERPROC;

Implementation

Procedure CGADRIVERPROC; External;
{$L CGA.OBJ }

End.

