missing content report moved to xml
This commit is contained in:
@@ -2,15 +2,21 @@
|
||||
#define FRONTEND_MENU_MENU_HPP_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
class Task;
|
||||
class Engine;
|
||||
|
||||
namespace dynamic {
|
||||
class Value;
|
||||
}
|
||||
|
||||
namespace menus {
|
||||
/// @brief Create development version label at the top-right screen corner
|
||||
void create_version_label(Engine* engine);
|
||||
void create_menus(Engine* engine);
|
||||
void show(Engine* engine, const std::string& name, std::vector<std::unique_ptr<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