fix show/hide waterfall keybind not working with the Display menu hidden

This commit is contained in:
AlexandreRouma
2024-02-21 21:59:55 +01:00
parent 7c933d5103
commit 021928bbda
3 changed files with 19 additions and 7 deletions

View File

@ -2,5 +2,6 @@
namespace displaymenu {
void init();
void checkKeybinds();
void draw(void* ctx);
}