summaryrefslogtreecommitdiff
path: root/mpq-misc.h
blob: 714d6de5a2de83079245c2a5346b1a793202b190 (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 <stdint.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