forked from gronod/squeezelite-esp32
7 lines
166 B
C++
7 lines
166 B
C++
#include "DecoderGlobals.h"
|
|
|
|
bell::DecodersInstance* bell::decodersInstance;
|
|
|
|
void bell::createDecoders() {
|
|
bell::decodersInstance = new bell::DecodersInstance();
|
|
} |