diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-15 13:41:52 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-15 13:50:27 +0200 |
commit | 6fc09121378d78026f799a820ce689f2d30bb0c9 (patch) | |
tree | 000e06751da4f737498efd333ed22c344c46d60b /drivers/vulkan/rendering_device_vulkan.cpp | |
parent | 773414606079fa745d1c37fce49324ab6a09e972 (diff) | |
download | redot-engine-6fc09121378d78026f799a820ce689f2d30bb0c9.tar.gz |
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.
Diffstat (limited to 'drivers/vulkan/rendering_device_vulkan.cpp')
0 files changed, 0 insertions, 0 deletions