mirror of
https://github.com/minetest/minetest.git
synced 2025-07-10 11:50:21 +02:00
Revert "Get rid of global guienv variable"
This reverts commit 16da954bd7
.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user