DEADSOFTWARE

simple allocation counter for classes
[d2df-sdl.git] / src / shared / idpool.pas
index 8cb99e6fca1775be4b4854fcbb4f9ddbb3cbed7a..4722be8838635794e913348909d334ba72befdcc 100644 (file)
@@ -19,10 +19,14 @@ unit idpool;
 
 interface
 
+uses
+  mempool;
+
+
 // ////////////////////////////////////////////////////////////////////////// //
 type
   //TODO: implement getting n sequential ids
-  TIdPool = class(TObject)
+  TIdPool = class(TPoolObject)
   public
     const InvalidId = $ffffffff;