]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiTextInputMenu.h
Allow the LUA API to set animations to meshes as well as the animation speed. Also...
[minetest.git] / src / guiTextInputMenu.h
index 730c2029446b7156ff46630a5ec53b304ca087af..1a55525c9c4158e9e41ef0e236a93ec5d403fcdf 100644 (file)
@@ -20,17 +20,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef GUITEXTINPUTMENU_HEADER
 #define GUITEXTINPUTMENU_HEADER
 
-#include "common_irrlicht.h"
+#include "irrlichttypes_extrabloated.h"
 #include "modalMenu.h"
-#include "utility.h"
+#include "guiFormSpecMenu.h"
 #include <string>
 
-struct TextDest
-{
-       virtual void gotText(std::wstring text) = 0;
-       virtual ~TextDest() {};
-};
-
 class GUITextInputMenu : public GUIModalMenu
 {
 public: