mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Initial iOS implementation.
--HG-- branch : minor
This commit is contained in:
@@ -17,9 +17,11 @@
|
||||
* misrepresented as being the original software.
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
**/
|
||||
#include "common/config.h"
|
||||
|
||||
#include "ModPlugDecoder.h"
|
||||
|
||||
#ifndef LOVE_NO_MODPLUG
|
||||
|
||||
#include "common/Exception.h"
|
||||
|
||||
namespace love
|
||||
@@ -145,3 +147,5 @@ int ModPlugDecoder::getBitDepth() const
|
||||
} // lullaby
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
#endif // LOVE_NO_MODPLUG
|
||||
|
||||
Reference in New Issue
Block a user