From 36fd1a3846fcb08abdf5dafcd6703586b51e369e Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 6 Jul 2007 16:22:15 +0000 Subject: Various progress. --- mpq-misc.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mpq-misc.h (limited to 'mpq-misc.h') 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 + +#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 -- cgit v1.2.3