#ifndef MATH_REPLACE_H
#define MATH_REPLACE_H
#include "math_data.h"
struct ReplaceData {
///
MathArray from;
MathArray to;
};
#endif