diff options
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 6fa2451..5281d31 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -115,10 +115,10 @@ namespace ui { void closeBox(); void waitForDialog(void); - bool pageExists( void ); - void drawPage( std::string path ); + bool pageExists(void); + void drawPage(std::string path); - void dontTypeOut( void ); + void dontTypeOut(void); /* * Draws a larger string in the center of the screen. Drawing is done inside this function. */ @@ -133,7 +133,7 @@ namespace ui { void draw(void); void quitGame(); - + /* |