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
@@ -21,6 +21,10 @@
#ifndef LOVE_SOUND_LULLABY_MODPLUG_DECODER_H
#define LOVE_SOUND_LULLABY_MODPLUG_DECODER_H
#include "common/config.h"
#ifndef LOVE_NO_MODPLUG
// LOVE
#include "common/Data.h"
#include "Decoder.h"
@@ -62,4 +66,6 @@ private:
} // sound
} // love
#endif // LOVE_NO_MODPLUG
#endif // LOVE_SOUND_LULLABY_MODPLUG_DECODER_H