update to current private

This commit is contained in:
KholdFuzion
2022-06-06 15:07:33 -05:00
parent b72e02a99c
commit 98cf14d9fb
1117 changed files with 789008 additions and 222675 deletions
+2 -2
View File
@@ -4173,7 +4173,7 @@ private:
std::wstring outputName;
};
// file: Util/CRC.h
// file: Util/crc.h
unsigned short getCrc16(unsigned char* Source, size_t len);
unsigned int getCrc32(unsigned char* Source, size_t len);
@@ -13748,7 +13748,7 @@ bool ByteArray::toFile(const std::wstring& fileName)
return length == size_;
}
// file: Util/CRC.cpp
// file: Util/crc.cpp
#include <stdio.h>
const unsigned short Crc16Table[] = /* CRC lookup table */