mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init header constructor, update data types
This commit is contained in:
parent
d3e894e0ac
commit
56c63e73c7
2 changed files with 14 additions and 3 deletions
|
|
@ -12,4 +12,11 @@ Browser::Browser()
|
|||
WIDTH,
|
||||
HEIGHT
|
||||
);
|
||||
}
|
||||
|
||||
Browser::Header::Header()
|
||||
{
|
||||
set_show_title_buttons(
|
||||
SHOW_TITLE_BUTTONS
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue