aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-02-27 01:49:23 -0800
committerChris Robinson <[email protected]>2014-02-27 01:49:23 -0800
commita8249c3469e1b0162030f767b5ffedc20c1622a4 (patch)
tree005e53add3c862f84fad9492e2afb50d4e99802f /OpenAL32/Include
parent3145bac8c6bf3f97f5232b801eb7ecac7f95e67f (diff)
Move OpenDataFile to helpers.c so other sources can use it
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 3aa9166a..e6050b7f 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -844,6 +844,7 @@ enum {
void FillCPUCaps(ALuint capfilter);
+FILE *OpenDataFile(const char *fname, const char *subdir);
/* Small hack to use a pointer-to-array type as a normal argument type.
* Shouldn't be used directly. */