godot/modules/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
..
doc_classes Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
audio_stream_mp3.cpp minimp3: Add a .cpp file to simplify building the single-header implementation 2023-06-15 13:50:27 +02:00
audio_stream_mp3.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
config.py add mp3 import and playback support 2020-12-03 17:51:43 +01:00
register_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_mp3.cpp Disable OGG and MP3 looping by default on import 2023-01-22 15:45:45 +01:00
resource_importer_mp3.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub minimp3: Add a .cpp file to simplify building the single-header implementation 2023-06-15 13:50:27 +02:00