GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / gles2n64 / src / CRC.h
1 #include "Types.h"
2
3 void CRC_BuildTable();
4
5 u32 CRC_Calculate( u32 crc, void *buffer, u32 count );
6 u32 CRC_CalculatePalette( u32 crc, void *buffer, u32 count );
7