16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 08:09:19 +02:00
This commit is contained in:
milek7
2018-08-02 20:38:39 +02:00
parent f6f7fee8d8
commit e603d2fefe
22 changed files with 1007 additions and 613 deletions

View File

@@ -2,6 +2,7 @@
#include <string>
#include "Texture.h"
#include "map.h"
// GuiLayer -- basic user interface class. draws requested information on top of openGL screen
@@ -75,6 +76,8 @@ private:
ImGuiIO *imgui_io;
std::unique_ptr<map> m_map;
// progress bar config. TODO: put these together into an object
float m_progress { 0.0f }; // percentage of filled progres bar, to indicate lengthy operations.
float m_subtaskprogress{ 0.0f }; // percentage of filled progres bar, to indicate lengthy operations.