1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Revert "Get rid of global guienv variable"

This reverts commit 16da954bd7.
This commit is contained in:
Desour 2023-08-22 19:20:49 +02:00 committed by DS
parent f98726c516
commit 7e4dccb3b5
8 changed files with 37 additions and 29 deletions

View file

@ -38,6 +38,9 @@ public:
virtual void signalKeyConfigChange() = 0;
};
// FIXME: do we really need this global variable?
extern gui::IGUIEnvironment *guienv;
// Handler for the modal menus
class MainMenuManager : public IMenuManager