summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorMark Mackey <atomjack@users.sourceforge.net>2010-05-05 13:38:55 +0100
committerMark Mackey <atomjack@users.sourceforge.net>2010-05-05 13:38:55 +0100
commit6b5ecca7665ce73888ea0650e6ea5ab0b6a472a6 (patch)
treeb883ed587fe0a16da6a839f8d7f98cd9c9897ddc /crawl-ref/source/state.h
parenta1123dc70059adb0f59ec2ce444355246d46d2a3 (diff)
downloadcrawl-ref-6b5ecca7665ce73888ea0650e6ea5ab0b6a472a6.tar.gz
crawl-ref-6b5ecca7665ce73888ea0650e6ea5ab0b6a472a6.zip
Merge of the original myzotdef branch into the Crawl 0.6
release branch. Quite a few edits required...
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index 4c487d733c..878c9fcbb0 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -196,5 +196,6 @@ private:
monsters *mon;
};
+bool game_is_zotdef();
#endif