godot/thirdparty/minimp3
Rémi Verschelde 6fc0912137
minimp3: Add a .cpp file to simplify building the single-header implementation
Single-header libraries like this require passing a bunch of defines _once_
before including the header, but not multiple times. This can make it tricky
in user code to know when to request the implementation, if the header needs
to be included in multiple files.

So properly compiling a .cpp file for the implementation solves this, and
also enables us to properly disable warnings on thirdparty implementation code.
2023-06-15 13:50:27 +02:00
..
patches Fix MSVC warnings C4324, C4389, C4456, and C4459 2022-09-28 16:43:09 +02:00
LICENSE
minimp3.h
minimp3_ex.cpp minimp3: Add a .cpp file to simplify building the single-header implementation 2023-06-15 13:50:27 +02:00
minimp3_ex.h Fix MSVC warnings C4324, C4389, C4456, and C4459 2022-09-28 16:43:09 +02:00