Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

143 lines
2.5 KiB

  1. //
  2. // mxToolKit (c) 1999 by Mete Ciragan
  3. //
  4. // file: mx.h
  5. // implementation: all
  6. // last modified: Apr 28 1999, Mete Ciragan
  7. // copyright: The programs and associated files contained in this
  8. // distribution were developed by Mete Ciragan. The programs
  9. // are not in the public domain, but they are freely
  10. // distributable without licensing fees. These programs are
  11. // provided without guarantee or warrantee expressed or
  12. // implied.
  13. //
  14. #ifndef INCLUDED_MX
  15. #define INCLUDED_MX
  16. #include "tier0/platform.h"
  17. #ifdef WIN32
  18. #include <windows.h>
  19. #endif
  20. #ifndef INCLUDED_MXBUTTON
  21. #include "mxtk/mxButton.h"
  22. #endif
  23. #ifndef INCLUDED_MXCHECKBOX
  24. #include "mxtk/mxCheckBox.h"
  25. #endif
  26. #ifndef INCLUDED_MXCHOICE
  27. #include "mxtk/mxChoice.h"
  28. #endif
  29. #ifndef INCLUDED_MXCHOOSECOLOR
  30. #include "mxtk/mxChooseColor.h"
  31. #endif
  32. #ifndef INCLUDED_MXEVENT
  33. #include "mxtk/mxEvent.h"
  34. #endif
  35. #ifndef INCLUDED_MXFILEDIALOG
  36. #include "mxtk/mxFileDialog.h"
  37. #endif
  38. #ifndef INCLUDED_MXGLWINDOW
  39. #include "mxtk/mxGlWindow.h"
  40. #endif
  41. #ifndef INCLUDED_MXGROUPBOX
  42. #include "mxtk/mxGroupBox.h"
  43. #endif
  44. #ifndef INCLUDED_MXINIT
  45. #include "mxtk/mxInit.h"
  46. #endif
  47. #ifndef INCLUDED_MXLABEL
  48. #include "mxtk/mxLabel.h"
  49. #endif
  50. #ifndef INCLUDED_MXLINEEDIT
  51. #include "mxtk/mxLineEdit.h"
  52. #endif
  53. #ifndef INCLUDED_MXLINKEDLIST
  54. #include "mxtk/mxLinkedList.h"
  55. #endif
  56. #ifndef INCLUDED_MXLISTBOX
  57. #include "mxtk/mxListBox.h"
  58. #endif
  59. #ifndef INCLUDED_MXMENU
  60. #include "mxtk/mxMenu.h"
  61. #endif
  62. #ifndef INCLUDED_MXMENUBAR
  63. #include "mxtk/mxMenuBar.h"
  64. #endif
  65. #ifndef INCLUDED_MXMESSAGEBOX
  66. #include "mxtk/mxMessageBox.h"
  67. #endif
  68. #ifndef INCLUDED_MXPOPUPMENU
  69. #include "mxtk/mxPopupMenu.h"
  70. #endif
  71. #ifndef INCLUDED_MXPROGRESSBAR
  72. #include "mxtk/mxProgressBar.h"
  73. #endif
  74. #ifndef INCLUDED_MXRADIOBUTTON
  75. #include "mxtk/mxRadioButton.h"
  76. #endif
  77. #ifndef INCLUDED_MXSLIDER
  78. #include "mxtk/mxSlider.h"
  79. #endif
  80. #ifndef INCLUDED_MXSCROLLBAR
  81. #include "mxtk/mxScrollbar.h"
  82. #endif
  83. #ifndef INCLUDED_MXTAB
  84. #include "mxtk/mxTab.h"
  85. #endif
  86. #ifndef INCLUDED_MXTOGGLEBUTTON
  87. #include "mxtk/mxToggleButton.h"
  88. #endif
  89. #ifndef INCLUDED_MXTOOLTIP
  90. #include "mxtk/mxToolTip.h"
  91. #endif
  92. #ifndef INCLUDED_MXTREEVIEW
  93. #include "mxtk/mxTreeView.h"
  94. #endif
  95. #ifndef INCLUDED_MXWIDGET
  96. #include "mxtk/mxWidget.h"
  97. #endif
  98. #ifndef INCLUDED_MXWINDOW
  99. #include "mxtk/mxWindow.h"
  100. #endif
  101. #ifndef INCLUDED_MXPATH
  102. #include "mxtk/mxpath.h"
  103. #endif
  104. #ifndef INCLUDED_MXSTRING
  105. #include "mxtk/mxstring.h"
  106. #endif
  107. #endif // INCLUDED_MX