Skip to content

Commit

Permalink
Two header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp committed Jan 16, 2025
1 parent d20fb96 commit 5d9c67e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/game_formspec.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ struct GameFormSpec

void showFormSpec(const std::string &formspec, const std::string &formname);
void showCSMFormSpec(const std::string &formspec, const std::string &formname);
// Used by the Lua pause menu environment to show formspecs.
// Currently only used for the in-game settings menu.
void showPauseMenuFormSpec(const std::string &formspec, const std::string &formname);
void showNodeFormspec(const std::string &formspec, const v3s16 &nodepos);
void showPlayerInventory();
void showDeathFormspecLegacy();
// Shows the hardcoded "main" pause menu.
void showPauseMenu();

void update();
Expand Down

0 comments on commit 5d9c67e

Please sign in to comment.