mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-07 22:59:50 +00:00
Remove FMOD::Channel::setPan(), which is now defunct.
This commit is contained in:
parent
55bc002cc5
commit
6e8cc8cecd
3 changed files with 0 additions and 14 deletions
|
@ -173,7 +173,6 @@ namespace FMOD
|
|||
FMOD_RESULT setPriority(int priority);
|
||||
FMOD_RESULT stop();
|
||||
FMOD_RESULT setPaused(bool paused);
|
||||
FMOD_RESULT setPan(float pan);
|
||||
FMOD_RESULT setCallback(FMOD_CHANNEL_CALLBACK callback);
|
||||
FMOD_RESULT getUserData(void **userdata);
|
||||
FMOD_RESULT setUserData(void *userdata);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue