summaryrefslogtreecommitdiff
path: root/src/guiMainMenu.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-11 21:12:27 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-11 21:12:27 +0200
commiteafde7186fe47c5ddd54812bc3414a7765eb1f9c (patch)
tree0f998afe02dd4d96b9c9ac54510d063218d8fb6d /src/guiMainMenu.h
parenta72dc388c37eb3ba466214ea988fa5e761c1d36d (diff)
downloadminetest-eafde7186fe47c5ddd54812bc3414a7765eb1f9c.tar.gz
minetest-eafde7186fe47c5ddd54812bc3414a7765eb1f9c.tar.bz2
minetest-eafde7186fe47c5ddd54812bc3414a7765eb1f9c.zip
Remove duplicate code in main menu
Diffstat (limited to 'src/guiMainMenu.h')
-rw-r--r--src/guiMainMenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guiMainMenu.h b/src/guiMainMenu.h
index 87608822b..8ea33cf13 100644
--- a/src/guiMainMenu.h
+++ b/src/guiMainMenu.h
@@ -99,6 +99,8 @@ public:
void drawMenu();
+ void readInput(MainMenuData *dst);
+
void acceptInput();
bool getStatus()