mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 13:12:42 +00:00
6fc0912137
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. |
||
---|---|---|
.. | ||
doc_classes | ||
audio_stream_mp3.cpp | ||
audio_stream_mp3.h | ||
config.py | ||
register_types.cpp | ||
register_types.h | ||
resource_importer_mp3.cpp | ||
resource_importer_mp3.h | ||
SCsub |