mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
12 lines
216 B
C++
12 lines
216 B
C++
// Gotta define it somewhere.
|
|
#define MINIMP3_IMPLEMENTATION
|
|
#define MINIMP3_NO_STDIO
|
|
|
|
#ifdef _MSC_VER
|
|
#pragma warning(disable:4267)
|
|
#pragma warning(disable:4244)
|
|
#endif
|
|
|
|
#include "minimp3.h"
|
|
#include "minimp3_ex.h"
|