Menu is ready !

This commit is contained in:
Pcornat 2022-01-14 19:21:42 +01:00
parent 7eb1b22b9d
commit 27c571a6b9
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
4 changed files with 17 additions and 5 deletions

View file

@ -2,6 +2,7 @@
#define BILLYSHEET_GUI_HPP
#include <filesystem>
#include "menu.hpp"
namespace fs = std::filesystem;
@ -13,6 +14,8 @@ namespace gui {
private:
GuiData &data;
Menu menu;
fs::path font;
bool initialized{ false };