Changeset 352 for CoolAudio/Systems/FMOD
- Timestamp:
- Apr 23, 2012, 1:32:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolAudio/Systems/FMOD/UAudioSystemFMOD.pas
r351 r352 1 1 unit UAudioSystemFMOD; 2 2 3 {$mode objfpc}{$H+} 3 {$I UCoolAudioConfig.inc} 4 {$mode delphi}{$H+} 4 5 5 6 interface 6 7 8 {$IFDEF AudioSystemFMOD} 7 9 uses 8 10 Classes, SysUtils, fmoddyn, fmodtypes, UAudioSystem, DateUtils; … … 39 41 end; 40 42 43 {$ENDIF} 44 45 41 46 implementation 47 48 {$IFDEF AudioSystemFMOD} 42 49 43 50 { TAudioSystemFMOD } … … 129 136 end; 130 137 138 {$ENDIF} 139 131 140 end. 132 141
Note:
See TracChangeset
for help on using the changeset viewer.