diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-23 17:32:21 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-23 17:32:21 +0200 |
commit | 61b5a353849f8c8a188c4f91c1aa89c9e7a1d10a (patch) | |
tree | dd35e0ed2bc2c51e532383f238b59340909e89ad /src/guiTextInputMenu.h | |
parent | 7e490e72139fbfe12535c71b27228dd82ef0250b (diff) | |
download | minetest-61b5a353849f8c8a188c4f91c1aa89c9e7a1d10a.tar.gz minetest-61b5a353849f8c8a188c4f91c1aa89c9e7a1d10a.tar.bz2 minetest-61b5a353849f8c8a188c4f91c1aa89c9e7a1d10a.zip |
little tinkering
Diffstat (limited to 'src/guiTextInputMenu.h')
-rw-r--r-- | src/guiTextInputMenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guiTextInputMenu.h b/src/guiTextInputMenu.h index 2efc190ca..5db10a529 100644 --- a/src/guiTextInputMenu.h +++ b/src/guiTextInputMenu.h @@ -48,6 +48,8 @@ public: void drawMenu(); + void acceptInput(); + bool OnEvent(const SEvent& event); private: |