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