]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client/gameui.h
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / client / gameui.h
index cc9377bdca4622ddc695edf0640eb59402b07a53..e22be068b2ced66d30cf27f85878390eef936ae7 100644 (file)
@@ -61,6 +61,7 @@ class GameUI
                bool show_minimal_debug = false;
                bool show_basic_debug = false;
                bool show_profiler_graph = false;
+               bool show_cheat_menu = true;
        };
 
        void init();
@@ -94,6 +95,7 @@ class GameUI
        void updateProfiler();
 
        void toggleChat();
+       void toggleCheatMenu();
        void toggleHud();
        void toggleProfiler();
 
@@ -114,7 +116,8 @@ class GameUI
 
        gui::IGUIStaticText *m_guitext = nullptr;  // First line of debug text
        gui::IGUIStaticText *m_guitext2 = nullptr; // Second line of debug text
-
+       gui::IGUIStaticText *m_guitext_coords = nullptr;
+       
        gui::IGUIStaticText *m_guitext_info = nullptr; // At the middle of the screen
        std::wstring m_infotext;