1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #ifndef __SNDCARDS_H
- #define __SNDCARDS_H
- #define ASS_VERSION_STRING "1.12"
- typedef enum
- {
- SoundBlaster,
- ProAudioSpectrum,
- SoundMan16,
- Adlib,
- GenMidi,
- SoundCanvas,
- Awe32,
- WaveBlaster,
- SoundScape,
- UltraSound,
- SoundSource,
- TandySoundSource,
- PC,
- NumSoundCards
- } soundcardnames;
- #endif
|