home *** CD-ROM | disk | FTP | other *** search
- Welstead: Listing 2
-
- // UISETVAR.CPP Constants, types and variables for
- // user interface
-
- #ifndef UISETVAR_CPP
- #define UISETVAR_CPP
-
- #include <stdlib.h>
- #include <iostream.h>
- #include <fstream.h>
- #include <stdio.h>
- #include <string.h>
- #include <ctype.h>
- #define Uses_TDeskTop
- #define Uses_TApplication
- #include <tv.h>
- #include "ui.h"
-
- title_str system_name;
- //Global desk top pointer:
- static TDeskTop *gdesk_top = NULL;
- //Global application pointer:
- static TApplication *gthe_app = NULL;
- const boolean MAX_MIN_CHECK = TRUE;
- const boolean NO_MAX_MIN_CHECK = FALSE;
-
- #endif
-