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