diff options
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 0142f6f..a9a7f05 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -154,9 +154,11 @@ namespace ui { void merchantBox(); void closeBox(); void waitForDialog(void); - bool pageExists( void ); + bool pageExists( void ); void drawPage( std::string path ); + + void dontTypeOut( void ); /* * Draws a larger string in the center of the screen. Drawing is done inside this function. */ |