16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 20:59:19 +02:00

on-screen log

This commit is contained in:
milek7
2018-02-16 18:04:17 +01:00
parent 497b66fdda
commit 6b24a39944
7 changed files with 29 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ struct ui_panel {
origin_x(X), origin_y(Y)
{}
std::vector<text_line> text_lines;
bool enabled = true;
std::deque<text_line> text_lines;
int origin_x;
int origin_y;
};