Changing class name and filename.

Character sheet fields finished.
This commit is contained in:
Pcornat 2022-01-10 22:11:03 +01:00
parent cc77744827
commit dd72b1cf40
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
6 changed files with 47 additions and 26 deletions

View file

@ -1,7 +1,7 @@
#ifndef BILLYSHEET_GUI_DATA_HPP
#define BILLYSHEET_GUI_DATA_HPP
#include "billy_sheet.hpp"
#include "character_sheet.hpp"
#include <spdlog/spdlog.h>
namespace gui {
@ -11,7 +11,7 @@ namespace gui {
private:
Window &window;
character::BillySheet billy;
character::CharacterSheet billy;
public:
GuiData() = delete;