diff options
author | erorcun <erayorcunus@gmail.com> | 2020-05-11 02:23:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 02:23:36 +0200 |
commit | c66c45f4c8921564dc705c690e25848c330c4b26 (patch) | |
tree | 82c935c912f9436fcc87d4c5e910db89bbf0dda7 /src/audio/DMAudio.h | |
parent | Merge pull request #531 from Bigbossbro08/master (diff) | |
parent | oal update (diff) | |
download | re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.gz re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.bz2 re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.lz re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.xz re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.zst re3-c66c45f4c8921564dc705c690e25848c330c4b26.zip |
Diffstat (limited to 'src/audio/DMAudio.h')
-rw-r--r-- | src/audio/DMAudio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio/DMAudio.h b/src/audio/DMAudio.h index 428f08b4..052fdb81 100644 --- a/src/audio/DMAudio.h +++ b/src/audio/DMAudio.h @@ -34,6 +34,8 @@ public: uint8 GetNum3DProvidersAvailable(void); char *Get3DProviderName(uint8 id); + int8 AutoDetect3DProviders(void); + int8 GetCurrent3DProviderIndex(void); int8 SetCurrent3DProvider(uint8 which); |