Merged default into minor

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-03-12 02:21:27 -03:00
124 changed files with 3248 additions and 1078 deletions
+2 -1
View File
@@ -42,8 +42,9 @@ love::audio::Source *Source::clone()
return this;
}
void Source::play()
bool Source::play()
{
return false;
}
void Source::stop()