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
Remove extraneous parenthesis
[openal-soft.git]
/
utils
/
makemhr
/
loaddef.h
blob
34fbb832b057f9c18aa34da9d0599a8ec03a674b
1
#ifndef LOADDEF_H
2
#define LOADDEF_H
3
4
#include <istream>
5
6
#include
"makemhr.h"
7
8
9
bool
LoadDefInput
(
std
::
istream
&
istream
,
const char
*
startbytes
,
std
::
streamsize startbytecount
,
10
const char
*
filename
,
const
uint fftSize
,
const
uint truncSize
,
const
ChannelModeT chanMode
,
11
HrirDataT
*
hData
);
12
13
#endif
/* LOADDEF_H */