DEADSOFTWARE

simple allocation counter for classes
[d2df-sdl.git] / src / engine / e_sound_fmod.inc
index 430735c7c6ae56761d2fdd5713a0665f9eed31a7..6c9efa6e841e55ee44e9f3307335e2cae9911e64 100644 (file)
@@ -19,6 +19,7 @@ uses
   fmod,
   fmodtypes,
   fmoderrors,
+  mempool,
   e_log,
   SysUtils;
 
@@ -30,7 +31,7 @@ type
     nRefs: Integer;
   end;
 
-  TBasicSound = class (TObject)
+  TBasicSound = class(TPoolObject)
   private
     FChannel: FMOD_CHANNEL;