mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
vehicle params window, aware system rewrite, sifa
This commit is contained in:
@@ -2,21 +2,23 @@
|
||||
|
||||
class ui_panel;
|
||||
|
||||
namespace ui {
|
||||
namespace ui
|
||||
{
|
||||
|
||||
class popup {
|
||||
class popup
|
||||
{
|
||||
std::string m_id;
|
||||
static int id;
|
||||
|
||||
public:
|
||||
public:
|
||||
popup(ui_panel &panel);
|
||||
~popup();
|
||||
|
||||
bool render();
|
||||
|
||||
protected:
|
||||
protected:
|
||||
ui_panel &m_parent;
|
||||
virtual void render_content() = 0;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace ui
|
||||
|
||||
Reference in New Issue
Block a user