improve reload ui

This commit is contained in:
2019-04-22 10:05:13 +02:00
parent a8d475fbfb
commit 042ad503d2
7 changed files with 23 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ class LayoutManager
public:
bool m_loaded = false;
std::function<void()> on_loaded;
std::function<void()> on_reloading;
void unload();
void create();
bool load(const char* path);