Changeset 569 for CoolAudio/Systems/MAD/AudioSystemMAD.pas
- Timestamp:
- Mar 26, 2024, 11:37:40 PM (7 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
CoolAudio/Systems/MAD/AudioSystemMAD.pas
r568 r569 1 unit UAudioSystemMAD;1 unit AudioSystemMAD; 2 2 3 {$I UCoolAudioConfig.inc} 4 {$mode delphi}{$H+} 3 {$I CoolAudioConfig.inc} 5 4 6 5 interface … … 8 7 {$IFDEF AudioSystemMAD} 9 8 uses 10 Classes, SysUtils, mad, UAudioSystem;9 Classes, SysUtils, mad, AudioSystem; 11 10 12 11 type … … 26 25 27 26 {$ENDIF} 27 28 28 29 29 implementation
Note:
See TracChangeset
for help on using the changeset viewer.