move crc32 function

This commit is contained in:
FunkyFr3sh 2024-09-30 23:46:04 +02:00
parent 107897a29f
commit a7b8e2e80f
4 changed files with 28 additions and 27 deletions

View file

@ -6,5 +6,6 @@
unsigned long Crc32_ComputeBuf(unsigned long inCrc32, const void* buf, size_t bufLen);
unsigned long Crc32_FromFile(char* filename);
#endif