mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07: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"
|