mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fix compile error.
This commit is contained in:
@@ -68,6 +68,10 @@ Sound::Sound()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Sound::~Sound()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
const char *Sound::getName() const
|
const char *Sound::getName() const
|
||||||
{
|
{
|
||||||
return "love.sound.lullaby";
|
return "love.sound.lullaby";
|
||||||
|
|||||||
Reference in New Issue
Block a user