feat: Added pattern value editing

This commit is contained in:
WerWolv
2022-12-16 11:20:39 +01:00
parent bda7a2b351
commit a5296bab95
6 changed files with 103 additions and 10 deletions

View File

@@ -469,5 +469,6 @@ namespace hex {
template class MathEvaluator<long double>;
template class MathEvaluator<i128>;
template class MathEvaluator<u128>;
}