From c8c09860cb732006e161d26f25ff46e508770218 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 9 Mar 2016 08:40:58 -0500 Subject: XML'd pages --- include/Texture.h | 2 +- include/ui.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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. */ -- cgit v1.2.3