mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +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();
|
|
} |