home *** CD-ROM | disk | FTP | other *** search
-
- /*
- ┌──────────────────────────────────────────────────────────────────────────┐
- │ │
- │ TCXL.H - TCXL (c) 1987, 1988 by Mike Smedley. │
- │ │
- │ This header file will include all other TCXL header files. It is │
- │ provided for compatibility with source code files written with │
- │ pre-3.0 versions of TCXL. │
- │ │
- └──────────────────────────────────────────────────────────────────────────┘
- */
-
- #include "tcxldef.h" /* miscellaneous functions */
- #include "tcxldsk.h" /* disk functions */
- #include "tcxlems.h" /* EMS functions */
- #include "tcxlkey.h" /* keyboard functions */
- #include "tcxlmou.h" /* mouse functions */
- #include "tcxlprn.h" /* printer functions */
- #include "tcxlstr.h" /* string functions */
- #include "tcxlvid.h" /* video/screen functions */
- #include "tcxlwin.h" /* windowing functions */
-