Working with file dialog, yay ! :D
This commit is contained in:
parent
1266628646
commit
546c935cf2
8 changed files with 25 additions and 31 deletions
|
@ -14,9 +14,9 @@ namespace character {
|
|||
namespace gui::menu {
|
||||
class MenuData final {
|
||||
public:
|
||||
static constexpr const char *const open_character_key{ "CharacterSheetOpen" };
|
||||
const std::string open_character_key{ "CharacterSheetOpen" };
|
||||
|
||||
static constexpr const char *const save_character_key{ "CharacterSheetSaveAs" };
|
||||
const std::string save_character_key{ "CharacterSheetSaveAs" };
|
||||
private:
|
||||
friend class Menu;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue