summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commitc99c89cdde0b37fab35f6abe2ccf9169c6133cef (patch)
tree73100ac1cdb0e4ff5112b93a0e1cac625092081f /src/dungeon.cc
parent212e0ad5f893cb50ae5be23f48b88b8b4d68efbc (diff)
Move squeltch.cc function declarations to new include file
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 2a01db9a..81ac68be 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -20,6 +20,7 @@
#include "skills.hpp"
#include "spell_type.hpp"
#include "spells5.hpp"
+#include "squeltch.hpp"
#include <cassert>