00001 /// \file CAT.h 00002 /// \brief CAT [Common Accessibility Technology] library main header 00003 /// \ingroup CAT 00004 /// 00005 /// This is the primary include file for external use of the common library used 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-12 11:38:12 -0600 (Sat, 12 Jan 2008) $ 00013 // $Revision: $ 00014 // $NoKeywords: $ 00015 00016 #ifndef _CAT_LIB_H_ 00017 #define _CAT_LIB_H_ 00018 00019 #include <stdio.h> 00020 #include <vector> 00021 #include "CATInternal.h" 00022 #include "CATResultCore.h" 00023 #include "CATCmdLine.h" 00024 #include "CATDLLInjector.h" 00025 #include "CATStreamFile.h" 00026 #include "CATStringTableCore.h" 00027 00028 00029 #endif // _CAT_LIB_H_