]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiMainMenu.cpp
When player times out, log the action as a timeout rather than regular quitting
[minetest.git] / src / guiMainMenu.cpp
index fde71e4bc0d3b6c1d3a45eaca3286dcd51632822..cf9b8eda42f658bf6e071d63d088d092a2e08efd 100644 (file)
@@ -22,7 +22,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "debug.h"
 #include "serialization.h"
 #include <string>
-
+#include <IGUICheckBox.h>
+#include <IGUIEditBox.h>
+#include <IGUIButton.h>
+#include <IGUIStaticText.h>
+#include <IGUIFont.h>
 
 
 #include "gettext.h"