/*[]------------------------------------------------------------[]*/
/*|                                                              |*/
/*|     TDVIDEO API information                                  |*/
/*|                                                              |*/
/*|     (this information is provided "AS IS", and is            |*/
/*|      subject to change without notice)                       |*/
/*|                                                              |*/
/*|     Copyright (c) 1991 by Borland International              |*/
/*|     All Rights Reserved.                                     |*/
/*|                                                              |*/
/*[]------------------------------------------------------------[]*/


File: tdvapi.zip:
Name
-------------
VIDEO.C        -  Main source code for all TDVIDEO DLLs.  Has code to
                  handle the TDVIDEO.INI file and all the exported entry
                  points.  The other, card spacific module, is called
                  from here.

TDVIDEO.H      -  Header file with information on the API that TDW will
                  use.

TDVIDEO.DEF    -  The standard DEF file for making a a TDVIDEO DLL

TDVIDEO.DOC    -  An explanation of the TDVIDEO API and how it all
                  works.

ATI.C          -  The source for the ATI spacific DLL

TSENG.C        -  The source for the TSENG spacific DLL

ATI.MAK        -  Make file for rebuilding ATI.DLL
TSENG.MAK      -  Make file for rebuilding TSENG.DLL

