Better displaying characteristics
This commit is contained in:
parent
7d4981e02c
commit
1d609f12d5
2 changed files with 27 additions and 66 deletions
|
@ -8,6 +8,10 @@ namespace fs = std::filesystem;
|
|||
|
||||
class Controller;
|
||||
|
||||
namespace character::characteristic {
|
||||
class Characteristic;
|
||||
}
|
||||
|
||||
namespace gui {
|
||||
|
||||
class GuiData;
|
||||
|
@ -52,6 +56,8 @@ namespace gui {
|
|||
void render_gui(const Controller &controller);
|
||||
|
||||
void render_gpu() const;
|
||||
|
||||
static void characteristic_gui(const character::characteristic::Characteristic &characteristic) noexcept;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue