source: CoolAudio/CoolAudioConfig.inc

Last change on this file was 569, checked in by chronos, 7 weeks ago
  • Modified: Removed U prefix from CoolAudio unit names.
File size: 232 bytes
Line 
1{$IFDEF Linux}
2// {$DEFINE AudioSystemDSP}
3// {$DEFINE AudioSystemMAD}
4{$ENDIF}
5{$IFDEF i386}
6 {$DEFINE AudioSystemFMOD}
7{$ENDIF}
8{$DEFINE AudioSystemMPlayer}
9{$IFDEF Windows}
10 {$DEFINE AudioSystemWindows}
11{$ENDIF}
12
Note: See TracBrowser for help on using the repository browser.