summaryrefslogtreecommitdiff
path: root/mpq-misc.h
blob: f4fe6f2c38498aba7315d382f276f30621d3cab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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