summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-setup.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-03-03 20:53:42 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-07-09 16:38:59 +0200
commitd9597e27e850bbb57dcd3d2b6851b8ab0527e06c (patch)
tree45e74e6abf5b48ea97ed2d0f6ea0b80476a54551 /crawl-ref/source/ng-setup.h
parent48201827f27a8daa67d90848fed54ed72b74cae4 (diff)
downloadcrawl-ref-d9597e27e850bbb57dcd3d2b6851b8ab0527e06c.tar.gz
crawl-ref-d9597e27e850bbb57dcd3d2b6851b8ab0527e06c.zip
Cats: lives.
Diffstat (limited to 'crawl-ref/source/ng-setup.h')
-rw-r--r--crawl-ref/source/ng-setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-setup.h b/crawl-ref/source/ng-setup.h
index dce3d52a95..1fe58ffee8 100644
--- a/crawl-ref/source/ng-setup.h
+++ b/crawl-ref/source/ng-setup.h
@@ -16,5 +16,6 @@ void newgame_make_item(int slot, equipment_type eqslot,
struct newgame_def;
void setup_game(const newgame_def& ng);
+void unfocus_stats();
#endif