mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
9 lines
144 B
C++
9 lines
144 B
C++
#ifndef MX_H
|
|
#define MX_H
|
|
|
|
#include "decoders/decoders.h"
|
|
|
|
extern std::unique_ptr<Decoder> createMxDecoder(const DecoderProto& config);
|
|
|
|
#endif
|