dynamic::Value simplified
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef FRONTEND_MENU_MENU_HPP_
|
||||
#define FRONTEND_MENU_MENU_HPP_
|
||||
|
||||
#include "../data/dynamic.hpp"
|
||||
#include "../graphics/ui/elements/Menu.hpp"
|
||||
|
||||
#include <string>
|
||||
@@ -12,10 +13,6 @@ class Engine;
|
||||
|
||||
class UiDocument;
|
||||
|
||||
namespace dynamic {
|
||||
class Value;
|
||||
}
|
||||
|
||||
namespace menus {
|
||||
/// @brief Create development version label at the top-right screen corner
|
||||
void create_version_label(Engine* engine);
|
||||
@@ -25,7 +22,7 @@ namespace menus {
|
||||
UiDocument* show(
|
||||
Engine* engine,
|
||||
const std::string& name,
|
||||
std::vector<std::unique_ptr<dynamic::Value>> args
|
||||
std::vector<dynamic::Value> args
|
||||
);
|
||||
|
||||
void show_process_panel(Engine* engine, std::shared_ptr<Task> task, std::wstring text=L"");
|
||||
|
||||
Reference in New Issue
Block a user