updated to latest mobile-common branch of Löve

This commit is contained in:
fysx
2014-01-30 08:51:28 +01:00
parent 4c481f9933
commit 33d979caf6
49 changed files with 824 additions and 199 deletions
+2 -5
View File
@@ -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 *)