Changing class name and filename.
Character sheet fields finished.
This commit is contained in:
parent
cc77744827
commit
dd72b1cf40
6 changed files with 47 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue