mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Function belongs to class
This commit is contained in:
parent
94e06e22fc
commit
6532490388
@ -122,7 +122,7 @@ AudioDevice& AudioDevice::ClearQueuedAudio() {
|
||||
return *this;
|
||||
}
|
||||
|
||||
Uint32 GetQueuedAudioSize() const {
|
||||
Uint32 AudioDevice::GetQueuedAudioSize() const {
|
||||
return SDL_GetQueuedAudioSize(device_id_);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user