]> Shamusworld >> Repos - virtualjaguar/blob - src/crc32.h
Fixes in the controller config for MacOSX, added option to turn off GPU.
[virtualjaguar] / src / crc32.h
1 //
2 // CRC32.H
3 //
4
5 #ifndef __CRC32_H__
6 #define __CRC32_H__
7
8 int crc32_calcCheckSum(unsigned char * data, unsigned int length);
9
10 #endif  // __CRC32_H__