summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commit35949210fde3b7800c6c0e087a7d780467879c95 (patch)
tree00008f44eab4d5703e0cb053a15f3ac8624f02f0 /src/dungeon.cc
parent05f1835fd9ec10fa3dd3c9962605e889ec0fc698 (diff)
Move wizard2.cc declarations to separate header file
Move the tvals[] array to variable.cc together with most of the other globals. Mark a few local functions "static" while we're at it.
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index a446e2da..d3fef917 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -51,6 +51,7 @@
#include "util.hpp"
#include "util.h"
#include "wild.hpp"
+#include "wizard2.hpp"
#include "xtra1.hpp"
#include "xtra2.hpp"