00001 #ifndef WIN32_ARCH_H 00002 #define WIN32_ARCH_H 00003 00004 /* Load drivers for Win32. */ 00005 #include "LoadingWindow/LoadingWindow_Win32.h" 00006 #include "ArchHooks/ArchHooks_Win32.h" 00007 00008 #include "InputHandler/InputHandler_DirectInput.h" 00009 #include "InputHandler/InputHandler_Win32_Pump.h" 00010 #include "InputHandler/InputHandler_Win32_Para.h" 00011 00012 #include "Sound/RageSoundDriver_DSound.h" 00013 #include "Sound/RageSoundDriver_DSound_Software.h" 00014 #include "Sound/RageSoundDriver_WaveOut.h" 00015 00016 #include "Lights/LightsDriver_Win32Parallel.h" 00017 00018 #include "MemoryCard/MemoryCardDriverThreaded_Windows.h" 00019 00020 #include "LowLevelWindow/LowLevelWindow_Win32.h" 00021 00022 #define HAVE_FFMPEG 00023 #undef SUPPORT_SDL_INPUT 00024 00025 #endif 00026 00027 /* 00028 * (c) 2002-2004 Glenn Maynard 00029 * All rights reserved. 00030 * 00031 * Permission is hereby granted, free of charge, to any person obtaining a 00032 * copy of this software and associated documentation files (the 00033 * "Software"), to deal in the Software without restriction, including 00034 * without limitation the rights to use, copy, modify, merge, publish, 00035 * distribute, and/or sell copies of the Software, and to permit persons to 00036 * whom the Software is furnished to do so, provided that the above 00037 * copyright notice(s) and this permission notice appear in all copies of 00038 * the Software and that both the above copyright notice(s) and this 00039 * permission notice appear in supporting documentation. 00040 * 00041 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00042 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00043 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00044 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00045 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00046 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00047 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00048 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00049 * PERFORMANCE OF THIS SOFTWARE. 00050 */