mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Fixes to make Löve compile on Windows 10 UWP
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#ifndef LOVE_NO_MPG123
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace sound
|
||||
@@ -286,3 +288,5 @@ double Mpg123Decoder::getDuration()
|
||||
} // lullaby
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
#endif // LOVE_NO_MPG123
|
||||
Reference in New Issue
Block a user