reduce extra includes
This commit is contained in:
+10
-2
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "data/dv.hpp"
|
||||
#include "graphics/ui/elements/Menu.hpp"
|
||||
#include "delegates.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -12,6 +12,10 @@ class Engine;
|
||||
|
||||
class UiDocument;
|
||||
|
||||
namespace gui {
|
||||
class GUI;
|
||||
}
|
||||
|
||||
namespace menus {
|
||||
/// @brief Create development version label at the top-right screen corner
|
||||
void create_version_label(gui::GUI& gui);
|
||||
@@ -22,7 +26,11 @@ namespace menus {
|
||||
std::vector<dv::value> args
|
||||
);
|
||||
|
||||
void show_process_panel(Engine& engine, const std::shared_ptr<Task>& task, const std::wstring& text=L"");
|
||||
void show_process_panel(
|
||||
Engine& engine,
|
||||
const std::shared_ptr<Task>& task,
|
||||
const std::wstring& text = L""
|
||||
);
|
||||
|
||||
bool call(Engine& engine, runnable func);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user