diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-13 08:47:22 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-13 08:47:22 -0400 |
commit | 8b0f74445b509d8e59ec89854f2e149ad1948d4e (patch) | |
tree | ce7e6a7a62468ed88e885d1fff64e72eb18db433 /include/ui.hpp | |
parent | 51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff) | |
parent | fa4b6e00fd204998f6011420bdad60477b7a2f12 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
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(); - + /* |