GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / gles2n64 / src / CRC.h
diff --git a/source/gles2n64/src/CRC.h b/source/gles2n64/src/CRC.h
new file mode 100644 (file)
index 0000000..cac7750
--- /dev/null
@@ -0,0 +1,7 @@
+#include "Types.h"
+
+void CRC_BuildTable();
+
+u32 CRC_Calculate( u32 crc, void *buffer, u32 count );
+u32 CRC_CalculatePalette( u32 crc, void *buffer, u32 count );
+