/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/ * /\____/ * \_/__/ * * List of Windows sound drivers, kept in a seperate file so that * they can be overriden by user programs. * * By Shawn Hargreaves. * * See readme.txt for copyright information. */ #include "allegro.h" #ifndef ALLEGRO_WINDOWS #error something is wrong with the makefile #endif BEGIN_DIGI_DRIVER_LIST /* nothing here: the driver list is dynamically generated */ END_DIGI_DRIVER_LIST BEGIN_MIDI_DRIVER_LIST /* nothing here: the driver list is dynamically generated */ END_MIDI_DRIVER_LIST