removed cpostit, unused files, small fix warning

This commit is contained in:
heroesf
2025-09-25 12:45:14 +02:00
parent 7f42fc2c3f
commit 133ac6fc41
32 changed files with 15 additions and 19404 deletions

View File

@@ -64,7 +64,7 @@ class CDynamicPool
m_Free = m_Data;
}
DWORD GetCapacity()
size_t GetCapacity()
{
return m_Data.size();
}