diff options
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 2 |
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 |