SaveTool: improve readability of the header.
This commit is contained in:
parent
f3318e0ed1
commit
5f4576a2bc
1 changed files with 4 additions and 0 deletions
|
@ -88,10 +88,12 @@ class SaveTool: public Platform::Sdl2Application, public efsw::FileWatchListener
|
|||
void drawMainMenu();
|
||||
void drawDisclaimer();
|
||||
void drawInitialisation();
|
||||
|
||||
void drawProfileManager();
|
||||
auto drawBackupListPopup() -> ImGuiID;
|
||||
auto drawBackupProfilePopup(std::size_t profile_index) -> ImGuiID;
|
||||
auto drawDeleteProfilePopup(std::size_t profile_index) -> ImGuiID;
|
||||
|
||||
void drawManager();
|
||||
auto drawIntEditPopup(int* value_to_edit, int max) -> bool;
|
||||
auto drawRenamePopup(Containers::ArrayView<char> name_view) -> bool;
|
||||
|
@ -100,7 +102,9 @@ class SaveTool: public Platform::Sdl2Application, public efsw::FileWatchListener
|
|||
void drawMassManager();
|
||||
auto drawDeleteMassPopup(int mass_index) -> ImGuiID;
|
||||
auto drawDeleteStagedMassPopup(const std::string& filename) -> ImGuiID;
|
||||
|
||||
void drawMassViewer();
|
||||
|
||||
void drawAbout();
|
||||
void drawGameState();
|
||||
|
||||
|
|
Loading…
Reference in a new issue