aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-01 08:53:49 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-01 08:53:49 -0400
commit68ec0bf510fd16cf4e6d7aabd7998fe656c25444 (patch)
treefc269ebdb6f7c9c76037058e8b1b95caefc6ee59 /include
parent9757c1c7e8704080c4e20cde442baf06960e98e7 (diff)
quest completion
Diffstat (limited to 'include')
-rw-r--r--include/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui.h b/include/ui.h
index dbcee35..b94b284 100644
--- a/include/ui.h
+++ b/include/ui.h
@@ -21,7 +21,7 @@ namespace ui { // Functions are kept in a namespace simply
// are determined by what's currently set by setFontSize()
void putText(const float x,const float y,const char *str,...); // Draws the formatted string 'str' using putString()
- void dialogBox(const char *text); // Prepares a dialog box to be drawn (its drawn as a black background at the top of the
+ void dialogBox(const char *name,const char *text,...); // Prepares a dialog box to be drawn (its drawn as a black background at the top of the
// screen and then 'text' is putString()'d
void draw(void); // Draws things like dialogBox's if necessary