Files
squeezelite-esp32/components/spotify/cspot/bell/src/DecoderGlobals.cpp
Philippe G 898998efb0 big merge
2021-12-18 21:04:23 -08:00

8 lines
198 B
C++

#include "DecoderGlobals.h"
std::shared_ptr<bell::DecodersInstance> bell::decodersInstance;
void bell::createDecoders()
{
bell::decodersInstance = std::make_shared<bell::DecodersInstance>();
}