Feature: adding matériel to Billy.

No conformity is done when adding things (dagger or bow for example)
This commit is contained in:
Pcornat 2024-09-02 12:46:04 +02:00
parent 6ad47b12bf
commit 75f8db9f5a
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
6 changed files with 124 additions and 37 deletions

View file

@ -3,6 +3,7 @@
#include <filesystem>
#include "gui/menu/menu.hpp"
#include "billy_objects.hpp"
namespace fs = std::filesystem;
@ -24,6 +25,8 @@ namespace gui {
private:
GuiData &data;
character::BillyObjects deal_objects{};
menu::Menu menu;
const fs::path font;