audio-ess/ewolsa/decOgg.h

21 lines
316 B
C++

/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license BSD 3 clauses (see license file)
*/
#ifndef __EWOLSA_DEC_OGG_H__
#define __EWOLSA_DEC_OGG_H__
#include <etk/types.h>
namespace ewolsa {
namespace ogg {
void* loadFileThreadedMode(void *_ptr);
}
};
#endif