mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
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();
|
|
} |