Convert the MX decoder.

This commit is contained in:
David Given
2021-05-15 17:06:28 +02:00
parent 2632668d0e
commit 48d5ed2ff9
7 changed files with 42 additions and 24 deletions

View File

@@ -3,9 +3,12 @@
#include "decoders/decoders.h"
class MxInputProto;
class MxDecoder : public AbstractDecoder
{
public:
MxDecoder(const MxInputProto&) {}
virtual ~MxDecoder() {}
void beginTrack();

4
arch/mx/mx.proto Normal file
View File

@@ -0,0 +1,4 @@
syntax = "proto2";
message MxInputProto {}