aboutsummaryrefslogtreecommitdiff
path: root/src/CRC32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CRC32.h')
-rw-r--r--src/CRC32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CRC32.h b/src/CRC32.h
index 4a1034c..1187905 100644
--- a/src/CRC32.h
+++ b/src/CRC32.h
@@ -23,6 +23,9 @@
#include "types.h"
+namespace melonDS
+{
u32 CRC32(const u8* data, int len, u32 start=0);
+}
#endif // CRC32_H