migrate from dynamic::Value to dv::value & total erase namespace 'dynamic'

This commit is contained in:
MihailRis
2024-09-18 23:31:18 +03:00
parent d3ba4b2e3e
commit 34d2e6d400
69 changed files with 1247 additions and 2248 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#pragma once
#include "data/dynamic.hpp"
#include "data/dv.hpp"
#include "graphics/ui/elements/Menu.hpp"
#include <string>
@@ -21,7 +21,7 @@ namespace menus {
UiDocument* show(
Engine* engine,
const std::string& name,
std::vector<dynamic::Value> args
std::vector<dv::value> args
);
void show_process_panel(Engine* engine, const std::shared_ptr<Task>& task, const std::wstring& text=L"");