#ifndef LIME_MEDIA_FORMAT_OGG_H #define LIME_MEDIA_FORMAT_OGG_H #include #include namespace lime { class OGG { public: static bool Decode (Resource *resource, AudioBuffer *audioBuffer); }; } #endif