diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-09 08:40:58 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-09 08:40:58 -0500 |
commit | c8c09860cb732006e161d26f25ff46e508770218 (patch) | |
tree | e6af9cbebcbdb664bc222c147e3cc6d12e46db8f /include | |
parent | 98e08cb7c2ae6c61192bac73a1fc7254224452be (diff) |
XML'd pages
Diffstat (limited to 'include')
-rw-r--r-- | include/Texture.h | 2 | ||||
-rw-r--r-- | include/ui.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/Texture.h b/include/Texture.h index 7201a4c..816a8bf 100644 --- a/include/Texture.h +++ b/include/Texture.h @@ -20,7 +20,7 @@ * Texture functions are given a namespace for better organization. */ -namespace Texture{ +namespace Texture { /** * Loads a texture from the given file name, returning the GLuint used for diff --git a/include/ui.h b/include/ui.h index ed9fb94..9523269 100644 --- a/include/ui.h +++ b/include/ui.h @@ -150,6 +150,8 @@ namespace ui { void merchantBox(); void waitForDialog(void); + void drawPage( std::string path ); + /* * Draws a larger string in the center of the screen. Drawing is done inside this function. */ |