filmout_display/src/main.cpp

10 lines
219 B
C++

#include "image.h"
#include "state.h"
using namespace std;
int main(int argc, char** argv) {
string action_load = "{\"action\" : 0 }";
json msg_data = json::parse(action_load);
MessageIn msgIn(msg_data);
}