diff options
author | Alex <24834740+GreenXenith@users.noreply.github.com> | 2023-02-20 12:00:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 21:00:37 +0100 |
commit | af4009d92493f43b43e83c799a694117316f2884 (patch) | |
tree | 1b0f6ea79ae2ee3f2b8540ad65abf633c09004da /src/client/gameui.h | |
parent | cf19167e99d2212e6e8727ce1a277d1bb7cd719c (diff) | |
download | minetest-af4009d92493f43b43e83c799a694117316f2884.tar.xz |
Add chat HUD flag (#13189)
Diffstat (limited to 'src/client/gameui.h')
-rw-r--r-- | src/client/gameui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/gameui.h b/src/client/gameui.h index cc9377bdc..589328a28 100644 --- a/src/client/gameui.h +++ b/src/client/gameui.h @@ -93,7 +93,7 @@ public: void updateProfiler(); - void toggleChat(); + void toggleChat(Client *client); void toggleHud(); void toggleProfiler(); |