aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui.h
diff options
context:
space:
mode:
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 6fafb17..c3c8940 100644
--- a/include/ui.h
+++ b/include/ui.h
@@ -42,10 +42,10 @@ namespace ui {
void setFontSize(unsigned int size);
/*
- * Draws a string of text at the given coordinates.
+ * Draw a centered string.
*/
- float putString(const float x,const float y,const char *s);
+ float putStringCentered(const float x,const float y,const char *s);
/*
* Draws a formatted string at the given coordinates.