summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.h
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-16 01:53:55 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-16 01:53:55 +0000
commitfcffc0bf3760f37f5fe969cdef0bfe5746fa8676 (patch)
tree13ef0891b7c994499c1b93f59988c3010ebd7a89 /crawl-ref/source/command.h
parentbea6f1793e9d3bf56739fefe6b546f837d143130 (diff)
downloadcrawl-ref-fcffc0bf3760f37f5fe969cdef0bfe5746fa8676.tar.gz
crawl-ref-fcffc0bf3760f37f5fe969cdef0bfe5746fa8676.zip
Pull yes or no questions requiring a typed "yes" into into a yes_or_no(),
analagous to "yesno". Tested with zot,lava,water,quit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3666 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.h')
-rw-r--r--crawl-ref/source/command.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h
index 4be25f8946..47dcd293d8 100644
--- a/crawl-ref/source/command.h
+++ b/crawl-ref/source/command.h
@@ -20,12 +20,6 @@
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void quit_game(void);
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
void version(void);