aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-03-21 08:17:06 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-03-21 08:17:06 -0400
commit51c6e601c3d6451294506b72213244e3aee9822f (patch)
treeff811ba8bec3c207eacd126f6e5e3764abca8a70 /include/ui.h
parentbbdc924d409f74594bd8c8b0d4bf55d5e5f32209 (diff)
parent8dae5eeac2c6254bb8288c0479c193ab185a312f (diff)
Created currency and new inventory
Diffstat (limited to 'include/ui.h')
-rw-r--r--include/ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui.h b/include/ui.h
index a4fed3e..2a7518f 100644
--- a/include/ui.h
+++ b/include/ui.h
@@ -131,12 +131,11 @@ namespace ui {
void setFontSize(unsigned int size);
void setFontColor(unsigned char r,unsigned char g,unsigned char b, unsigned char a);
-
/*
* Draw a centered string.
*/
- float putStringCentered(const float x,const float y,const char *s);
+ float putStringCentered(const float x,const float y,std::string s);
/*
* Draws a formatted string at the given coordinates.
@@ -156,6 +155,7 @@ namespace ui {
void closeBox();
void waitForDialog(void);
+ void drawPage( std::string path );
/*
* Draws a larger string in the center of the screen. Drawing is done inside this function.
*/