From fcffc0bf3760f37f5fe969cdef0bfe5746fa8676 Mon Sep 17 00:00:00 2001 From: pauldubois Date: Sun, 16 Mar 2008 01:53:55 +0000 Subject: 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 --- crawl-ref/source/command.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crawl-ref/source/command.h') 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 @@ -16,12 +16,6 @@ #include "enum.h" -// last updated 12may2000 {dlb} -/* *********************************************************************** - * called from: acr - * *********************************************************************** */ -void quit_game(void); - // last updated 12may2000 {dlb} /* *********************************************************************** * called from: acr -- cgit v1.2.3-54-g00ecf