Files
squeezelite-esp32/lib/spotify/cspot/bell/main/audio-codec/DecoderGlobals.cpp
2026-03-13 17:03:22 +00:00

7 lines
166 B
C++

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