add export message box

This commit is contained in:
2018-09-27 16:15:38 +02:00
parent ea25993f55
commit d80c4e6054
5 changed files with 37 additions and 8 deletions

View File

@@ -125,6 +125,7 @@ public:
bool key_up(kKey key);
bool key_char(char key);
void toggle_ui();
void message_box(const std::string& title, const std::string& text);
void rec_clear();
void rec_loop();