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