summaryrefslogtreecommitdiff
path: root/public/mxtk/mx.h
blob: 7ef026db7affcd1dcc22b1562ba36feb68844ef5 (plain) (blame)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
//
//                 mxToolKit (c) 1999 by Mete Ciragan
//
// file:           mx.h
// implementation: all
// last modified:  Apr 28 1999, Mete Ciragan
// copyright:      The programs and associated files contained in this
//                 distribution were developed by Mete Ciragan. The programs
//                 are not in the public domain, but they are freely
//                 distributable without licensing fees. These programs are
//                 provided without guarantee or warrantee expressed or
//                 implied.
//
#ifndef INCLUDED_MX
#define INCLUDED_MX

#include "tier0/platform.h"

#ifdef WIN32
#include <windows.h>
#endif



#ifndef INCLUDED_MXBUTTON
#include "mxtk/mxButton.h"
#endif

#ifndef INCLUDED_MXCHECKBOX
#include "mxtk/mxCheckBox.h"
#endif

#ifndef INCLUDED_MXCHOICE
#include "mxtk/mxChoice.h"
#endif

#ifndef INCLUDED_MXCHOOSECOLOR
#include "mxtk/mxChooseColor.h"
#endif

#ifndef INCLUDED_MXEVENT
#include "mxtk/mxEvent.h"
#endif

#ifndef INCLUDED_MXFILEDIALOG
#include "mxtk/mxFileDialog.h"
#endif

#ifndef INCLUDED_MXGLWINDOW
#include "mxtk/mxGlWindow.h"
#endif

#ifndef INCLUDED_MXGROUPBOX
#include "mxtk/mxGroupBox.h"
#endif

#ifndef INCLUDED_MXINIT
#include "mxtk/mxInit.h"
#endif

#ifndef INCLUDED_MXLABEL
#include "mxtk/mxLabel.h"
#endif

#ifndef INCLUDED_MXLINEEDIT
#include "mxtk/mxLineEdit.h"
#endif

#ifndef INCLUDED_MXLINKEDLIST
#include "mxtk/mxLinkedList.h"
#endif

#ifndef INCLUDED_MXLISTBOX
#include "mxtk/mxListBox.h"
#endif

#ifndef INCLUDED_MXMENU
#include "mxtk/mxMenu.h"
#endif

#ifndef INCLUDED_MXMENUBAR
#include "mxtk/mxMenuBar.h"
#endif

#ifndef INCLUDED_MXMESSAGEBOX
#include "mxtk/mxMessageBox.h"
#endif

#ifndef INCLUDED_MXPOPUPMENU
#include "mxtk/mxPopupMenu.h"
#endif

#ifndef INCLUDED_MXPROGRESSBAR
#include "mxtk/mxProgressBar.h"
#endif

#ifndef INCLUDED_MXRADIOBUTTON
#include "mxtk/mxRadioButton.h"
#endif

#ifndef INCLUDED_MXSLIDER
#include "mxtk/mxSlider.h"
#endif

#ifndef INCLUDED_MXSCROLLBAR
#include "mxtk/mxScrollbar.h"
#endif

#ifndef INCLUDED_MXTAB
#include "mxtk/mxTab.h"
#endif

#ifndef INCLUDED_MXTOGGLEBUTTON
#include "mxtk/mxToggleButton.h"
#endif

#ifndef INCLUDED_MXTOOLTIP
#include "mxtk/mxToolTip.h"
#endif

#ifndef INCLUDED_MXTREEVIEW
#include "mxtk/mxTreeView.h"
#endif

#ifndef INCLUDED_MXWIDGET
#include "mxtk/mxWidget.h"
#endif

#ifndef INCLUDED_MXWINDOW
#include "mxtk/mxWindow.h"
#endif

#ifndef INCLUDED_MXPATH
#include "mxtk/mxpath.h"
#endif

#ifndef INCLUDED_MXSTRING
#include "mxtk/mxstring.h"
#endif



#endif // INCLUDED_MX