Missing Mix_HasMusicDecoder definition?

Hi,

We are working on Kotlin/Native and one of our experiments is using SDL2 and SDL2_mixer. We generate interop layer from header files, and it seems that Mix_HasMusicDecoder is declared in SDL_mixer.h, but not defined anywhere, hence linker errors on our side. It was added on Oct,17 by Sam Lantinga along with Mix_HasChunkDecoder. The latter has a body defined.

Is it missing body, or header declaration forgotten to be removed? Or may be even by design and I don’t understand something? :slight_smile: