mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
5 lines
99 B
C++
5 lines
99 B
C++
#pragma once
|
|
|
|
extern std::unique_ptr<Decoder> createRolandD20Decoder(const DecoderProto& config);
|
|
|