home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / msdos / graphics / tcxl.arc / TCXL.H < prev    next >
C/C++ Source or Header  |  1988-04-15  |  1KB  |  23 lines

  1.  
  2. /*
  3.    ┌──────────────────────────────────────────────────────────────────────────┐
  4.    │                                                                          │
  5.    │  TCXL.H - TCXL (c) 1987, 1988 by Mike Smedley.                           │
  6.    │                                                                          │
  7.    │  This header file will include all other TCXL header files.  It is       │
  8.    │  provided for compatibility with source code files written with          │
  9.    │  pre-3.0 versions of TCXL.                                               │
  10.    │                                                                          │
  11.    └──────────────────────────────────────────────────────────────────────────┘
  12. */
  13.  
  14. #include    "tcxldef.h"             /*  miscellaneous functions     */
  15. #include    "tcxldsk.h"             /*  disk functions              */
  16. #include    "tcxlems.h"             /*  EMS functions               */
  17. #include    "tcxlkey.h"             /*  keyboard functions          */
  18. #include    "tcxlmou.h"             /*  mouse functions             */
  19. #include    "tcxlprn.h"             /*  printer functions           */
  20. #include    "tcxlstr.h"             /*  string functions            */
  21. #include    "tcxlvid.h"             /*  video/screen functions      */
  22. #include    "tcxlwin.h"             /*  windowing functions         */
  23.