diff options
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: |