DEADSOFTWARE

FlexUI: removed some debugging code
[d2df-sdl.git] / src / engine / e_sound_sdl.inc
index 4bac2308a9e6020d3af28e07a703a446732e5f5a..1b8d376aa72f82076369d611ddc245ba10bd0a50 100644 (file)
@@ -18,6 +18,7 @@ interface
 uses
   sdl2,
   SDL2_mixer,
+  {$IFDEF USE_MEMPOOL}mempool,{$ENDIF}
   e_log,
   SysUtils;
 
@@ -30,7 +31,7 @@ type
     nRefs: Integer;
   end;
 
-  TBasicSound = class (TObject)
+  TBasicSound = class{$IFDEF USE_MEMPOOL}(TPoolObject){$ENDIF}
   private
     FChanNum: Integer; // <0: no channel allocated