Feature: adding matériel to Billy.
No conformity is done when adding things (dagger or bow for example)
This commit is contained in:
parent
6ad47b12bf
commit
75f8db9f5a
6 changed files with 124 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue