mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 13:50:48 +03:00
8 lines
198 B
C++
8 lines
198 B
C++
#include "DecoderGlobals.h"
|
|
|
|
std::shared_ptr<bell::DecodersInstance> bell::decodersInstance;
|
|
|
|
void bell::createDecoders()
|
|
{
|
|
bell::decodersInstance = std::make_shared<bell::DecodersInstance>();
|
|
} |