Files
squeezelite-esp32/components/spotify/cspot/bell/main/audio-codec/DecoderGlobals.cpp
2023-05-06 23:50:26 +02:00

7 lines
166 B
C++

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