mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-18 06:21:55 +00:00
1
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user