summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 10:14:43 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 10:14:43 +0000
commit2646935abb9acd7cd6ec4ee43e27d7f4417af775 (patch)
treeffb13cec3362a28abc07f9724945ab3dac346742 /crawl-ref/source/stuff.h
parent9dd7a1b6250fea48dfc8901afabf7845a3487eff (diff)
downloadcrawl-ref-2646935abb9acd7cd6ec4ee43e27d7f4417af775.tar.gz
crawl-ref-2646935abb9acd7cd6ec4ee43e27d7f4417af775.zip
Require confirmation before purchasing in a shop.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@649 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 8fb8889764..74fc563b95 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -61,7 +61,8 @@ void redraw_screen(void);
void canned_msg(unsigned char which_message);
bool yesno( const char * str, bool safe = true, int safeanswer = 0,
- bool clear_after = true, bool interrupt_delays = true );
+ bool clear_after = true, bool interrupt_delays = true,
+ bool noprompt = false );
int yesnoquit( const char* str, bool safe = true,
int safeanswer = 0, bool clear_after = true );