Podmiana makr na globalne zmienne statyczne. Create cargo zmodyfikowane

This commit is contained in:
yanczi 2025-12-21 11:49:30 +01:00
parent 022bc0d069
commit 608e382095
6 changed files with 63 additions and 72 deletions

View file

@ -22,11 +22,11 @@
ExtractCargo::ExtractCargo()
:filesLen(0)
, tablePosition(0)
, version(VERSION)
, xxhState(XXH64_createState())
, signature(SIGNATURE)
{
// TODO Auto-generated constructor stub
XXH64_reset(xxhState, 0);
}
ExtractCargo::~ExtractCargo()