mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
8 lines
122 B
C++
8 lines
122 B
C++
#ifndef TARTU_H
|
|
#define TARTU_H
|
|
|
|
extern std::unique_ptr<Decoder> createTartuDecoder(const DecoderProto& config);
|
|
|
|
#endif
|
|
|