00001 /// \file CATGUI.h 00002 /// \brief CATGUI library main header 00003 /// \ingroup CATGUI 00004 /// 00005 /// This is the primary include file for external use of the CATGUI library 00006 /// in the Game Accessibility Suite. 00007 /// 00008 /// Copyright (c) 2007-2008 by Michael Ellison. 00009 /// See COPYING.txt for the \ref gaslicense License (MIT License). 00010 /// 00011 // $Author: mikeellison $ 00012 // $Date: 2008-01-23 06:02:38 -0600 (Wed, 23 Jan 2008) $ 00013 // $Revision: $ 00014 // $NoKeywords: $ 00015 00016 #ifndef _CATGUI_LIB_H_ 00017 #define _CATGUI_LIB_H_ 00018 00019 #include "CAT.h" 00020 #include "CATGUIInternal.h" 00021 #include "CATApp.h" 00022 #include "CATSkin.h" 00023 #include "CATWindow.h" 00024 #include "CATButton.h" 00025 #include "CATSwitch.h" 00026 #include "CATSlider.h" 00027 #include "CATKnob.h" 00028 #include "CATLabel.h" 00029 #include "CATPicture.h" 00030 #include "CATEditBox.h" 00031 #include "CATListBox.h" 00032 #include "CATTreeCtrl.h" 00033 #include "CATProgress.h" 00034 #include "CATMenu.h" 00035 #include "CATLayer.h" 00036 #include "CATTab.h" 00037 #include "CATRadioButton.h" 00038 #include "CATComboBox.h" 00039 #include "CATSwitchMulti.h" 00040 #include "CATPictureMulti.h" 00041 00042 #endif // _CATGUI_LIB_H_