00001 // Windows client configuration header 00002 00003 #ifndef CONFIG_H_INCLUDED 00004 #define CONFIG_H_INCLUDED 00005 00006 // include common Windows header 00007 #include "config_common.h" 00008 00009 // we're using SDL_Mixer 00010 #define HAVE_LIBSDL_MIXER 1 00011 00012 #endif