diff options
author | Chris Robinson <[email protected]> | 2014-02-27 01:49:23 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-02-27 01:49:23 -0800 |
commit | a8249c3469e1b0162030f767b5ffedc20c1622a4 (patch) | |
tree | 005e53add3c862f84fad9492e2afb50d4e99802f /OpenAL32/Include | |
parent | 3145bac8c6bf3f97f5232b801eb7ecac7f95e67f (diff) |
Move OpenDataFile to helpers.c so other sources can use it
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
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. */ |