summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.h
diff options
context:
space:
mode:
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
+