Cosmetic
This commit is contained in:
parent
7a5d36f6ea
commit
77e5a18784
2 changed files with 5 additions and 9 deletions
|
@ -46,13 +46,9 @@ namespace character {
|
|||
|
||||
static std::string_view billy_object_to_string(const billyObjects &object) noexcept;
|
||||
|
||||
static void to_json(json &j, const BillyObjects::container &billy);
|
||||
static void to_json(json &j, const container &billy);
|
||||
|
||||
static void from_json(const json &j, BillyObjects::container &billy);
|
||||
|
||||
BillyObjects() noexcept = default;
|
||||
|
||||
~BillyObjects() noexcept = default;
|
||||
static void from_json(const json &j, container &billy);
|
||||
|
||||
[[nodiscard]] bool insert_object(CharacterSheet &sheet, const billyEnums objType) noexcept;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue