summaryrefslogtreecommitdiff
path: root/tvision/include/tv/app.h
blob: 3db717c7dd79d1f9cb7b43c3a092e2724866a372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
 *      Turbo Vision - Version 2.0
 *
 *      Copyright (c) 1994 by Borland International
 *      All Rights Reserved.
 *

Modified by Robert H”hne to be used for RHIDE.

 *
 *
 */

#if defined( Uses_TBackground )

#include <tv/backgrnd.h>

#endif


#if defined( Uses_TDeskTop )

#include <tv/desktop.h>

#endif


#if defined( Uses_TProgram )

#include <tv/program.h>

#endif

#if defined( Uses_TApplication )

#include <tv/applictn.h>

#endif