dynamic::Value simplified

This commit is contained in:
MihailRis
2024-05-07 18:39:12 +03:00
parent 8e83a07094
commit a4c21984d5
26 changed files with 230 additions and 297 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ namespace scripting {
/// @brief Called on UI view show
void on_ui_open(
UiDocument* layout,
std::vector<std::unique_ptr<dynamic::Value>> args
std::vector<dynamic::Value> args
);
void on_ui_progress(UiDocument* layout, int workDone, int totalWork);