summaryrefslogtreecommitdiff
path: root/mpq-misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpq-misc.h')
-rw-r--r--mpq-misc.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/mpq-misc.h b/mpq-misc.h
new file mode 100644
index 0000000..f4fe6f2
--- /dev/null
+++ b/mpq-misc.h
@@ -0,0 +1,17 @@
+#ifndef __MPQ_MISC_H__
+#define __MPQ_MISC_H__
+
+#include <inttypes.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+uint32_t mpqlib_hashA_filename(const char * str);
+uint32_t mpqlib_hashB_filename(const char * str);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif