#ifndef MMODEDISPLAYPRESETVALUES_H #define MMODEDISPLAYPRESETVALUES_H #include #include #include "model/ssm/dtoInternal/SsmPresetValues.h" struct MModeDisplayPresetValues_t { int grayMap; int tintMap; void init(SsmPresetValues_t temp) { grayMap = temp.grayMapM; tintMap = temp.tintMapM; } }; #endif //MMODEDISPLAYPRESETVALUES_H