summaryrefslogtreecommitdiff
path: root/mpq-misc.h
blob: 0f38e66f91520736f35c6528fa494ba1bf8db4bb (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 <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