summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-28 17:09:28 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-28 17:09:47 +0100
commitefa51af108c6b3d0c395f5c9215343e278e70865 (patch)
tree441ac1d6bcc2fa89d371bf6678e09e5d88baab1d /crawl-ref/source/ng-init.h
parent890ed0d6d406eec6e2b33c3bc41c208f6f9bca5d (diff)
downloadcrawl-ref-efa51af108c6b3d0c395f5c9215343e278e70865.tar.gz
crawl-ref-efa51af108c6b3d0c395f5c9215343e278e70865.zip
Move a little more code out of newgame.cc.
Diffstat (limited to 'crawl-ref/source/ng-init.h')
-rw-r--r--crawl-ref/source/ng-init.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-init.h b/crawl-ref/source/ng-init.h
new file mode 100644
index 0000000000..58fdce4514
--- /dev/null
+++ b/crawl-ref/source/ng-init.h
@@ -0,0 +1,9 @@
+#ifndef NG_INIT_H
+#define NG_INIT_H
+
+void fix_up_jiyva_name();
+void initialise_branch_depths();
+void initialise_item_descriptions();
+
+#endif
+