mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 20:20:25 +02:00
updated to latest mobile-common branch of Löve
This commit is contained in:
@@ -61,12 +61,9 @@ int Audio::getMaxSources() const
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Audio::play(love::audio::Source *)
|
||||
{
|
||||
}
|
||||
|
||||
void Audio::play()
|
||||
bool Audio::play(love::audio::Source *)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void Audio::stop(love::audio::Source *)
|
||||
|
||||
Reference in New Issue
Block a user