Begin to prototype many things.

This commit is contained in:
Pcornat 2022-01-17 19:57:00 +01:00
parent 42530ce824
commit 84450d25af
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
14 changed files with 176 additions and 9 deletions

View file

@ -18,7 +18,7 @@ namespace gui {
menu::Menu menu;
fs::path font;
const fs::path font;
bool initialized{ false };
public: