build: Updated libwolv

This commit is contained in:
WerWolv
2023-12-01 14:07:10 +01:00
parent f26076fb90
commit 2cf642a2a4
17 changed files with 31 additions and 655 deletions

View File

@@ -1,6 +1,6 @@
#include <hex/helpers/http_requests.hpp>
#include <content/helpers/math_evaluator.hpp>
#include <wolv/math_eval/math_evaluator.hpp>
#include <imgui.h>
#include <implot.h>
@@ -31,7 +31,7 @@ namespace hex::plugin::builtin {
ImGui::PopItemWidth();
if ((prevPos != limits.X.Min && (ImGui::IsMouseReleased(ImGuiMouseButton_Left) || ImGui::GetIO().MouseWheel != 0)) || (ImGui::IsItemFocused() && ImGui::IsKeyPressed(ImGuiKey_Enter))) {
MathEvaluator<long double> evaluator;
wolv::math_eval::MathEvaluator<long double> evaluator;
y = {};