Fix compile error.

This commit is contained in:
Miku AuahDark
2020-02-16 16:01:28 +08:00
parent 52a707d96c
commit 7697f34c5d
+4
View File
@@ -68,6 +68,10 @@ Sound::Sound()
{
}
Sound::~Sound()
{
}
const char *Sound::getName() const
{
return "love.sound.lullaby";