mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 22:59:19 +02:00
visual look changes
This commit is contained in:
@@ -70,6 +70,7 @@ class ui_log_panel : public ui_panel {
|
||||
void render_contents() override;
|
||||
};
|
||||
|
||||
class ImFont;
|
||||
class ui_layer {
|
||||
|
||||
public:
|
||||
@@ -145,6 +146,8 @@ public:
|
||||
static bool scroll_callback(double xoffset, double yoffset);
|
||||
static bool mouse_button_callback(int button, int action, int mods);
|
||||
|
||||
static ImFont *font_default;
|
||||
static ImFont *font_mono;
|
||||
|
||||
protected:
|
||||
// members
|
||||
|
||||
Reference in New Issue
Block a user