Reformat.
This commit is contained in:
parent
7d1a0473ff
commit
2755f4827e
24 changed files with 6140 additions and 5829 deletions
|
@ -10,49 +10,49 @@ class Controller;
|
|||
|
||||
namespace gui {
|
||||
|
||||
class GuiData;
|
||||
class GuiData;
|
||||
|
||||
class Window;
|
||||
class Window;
|
||||
|
||||
namespace menu { class MenuData; }
|
||||
namespace menu { class MenuData; }
|
||||
|
||||
class Gui final {
|
||||
private:
|
||||
GuiData &data;
|
||||
class Gui final {
|
||||
private:
|
||||
GuiData &data;
|
||||
|
||||
menu::Menu menu;
|
||||
menu::Menu menu;
|
||||
|
||||
const fs::path font;
|
||||
const fs::path font;
|
||||
|
||||
bool initialized{ false };
|
||||
bool initialized{ false };
|
||||
|
||||
void habilete_menu() noexcept;
|
||||
void habilete_menu() noexcept;
|
||||
|
||||
void adresse_menu() noexcept;
|
||||
void adresse_menu() noexcept;
|
||||
|
||||
void endurance_menu() noexcept;
|
||||
void endurance_menu() noexcept;
|
||||
|
||||
void chance_menu() noexcept;
|
||||
void chance_menu() noexcept;
|
||||
|
||||
void stat_second_menu() noexcept;
|
||||
void stat_second_menu() noexcept;
|
||||
|
||||
void materiel_menu() noexcept;
|
||||
void materiel_menu() noexcept;
|
||||
|
||||
void gloire_menu() noexcept;
|
||||
void gloire_menu() noexcept;
|
||||
|
||||
void richesse_menu() noexcept;
|
||||
void richesse_menu() noexcept;
|
||||
|
||||
public:
|
||||
Gui() = delete;
|
||||
public:
|
||||
Gui() = delete;
|
||||
|
||||
explicit Gui(Window &window, GuiData &data, menu::MenuData &menuData);
|
||||
explicit Gui(Window &window, GuiData &data, menu::MenuData &menuData);
|
||||
|
||||
~Gui() noexcept;
|
||||
~Gui() noexcept;
|
||||
|
||||
void render_gui(const Controller &controller);
|
||||
void render_gui(const Controller &controller);
|
||||
|
||||
void render_gpu() const;
|
||||
};
|
||||
void render_gpu() const;
|
||||
};
|
||||
}
|
||||
|
||||
#endif //BILLYSHEET_GUI_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue