Initial iOS implementation.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-20 00:21:21 -04:00
parent 24c7539182
commit 85de3c41fb
47 changed files with 5206 additions and 2405 deletions
+5 -1
View File
@@ -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