Files
squeezelite-esp32/components/spotify/cspot/bell/main/audio-codec/DecoderGlobals.cpp
2023-03-25 16:48:41 -07:00

8 lines
168 B
C++

#include "DecoderGlobals.h"
bell::DecodersInstance* bell::decodersInstance;
void bell::createDecoders()
{
bell::decodersInstance = new bell::DecodersInstance();
}