summaryrefslogtreecommitdiff
path: root/mpq-misc.h
blob: a08436d72972dd71f6340cf4545d455d591615bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __MPQ_MISC_H__
#define __MPQ_MISC_H__

#include "mpqlib-stdint.h"

#ifdef __cplusplus
extern "C" {
#endif

uint32_t mpqlib_hash_filename(const char * str);
uint32_t mpqlib_hashA_filename(const char * str);
uint32_t mpqlib_hashB_filename(const char * str);

#ifdef __cplusplus
}
#endif

#endif