repo.or.cz
/
openal-soft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use blended HRIRs for the B-Format decode
[openal-soft.git]
/
alc
/
compat.h
blob
960b4b9474aa7429e00a88d8332e8f2cef471e74
1
#ifndef AL_COMPAT_H
2
#define AL_COMPAT_H
3
4
#include <string>
5
6
struct
PathNamePair
{
std
::
string path
,
fname
; };
7
const
PathNamePair
&
GetProcBinary
(
void
);
8
9
#endif
/* AL_COMPAT_H */