#ifndef MX_H #define MX_H #include "lib/decoders/decoders.h" extern std::unique_ptr createMxDecoder(const DecoderProto& config); #endif