summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commitf995c99cc4b7c0695b3642c8bbac06124874ffcb (patch)
tree95774febcd1232b53a5a1e6370d689b82d9db3fb /src/dungeon.cc
parent84239d6ddf4e0ef5ca87fe642ef9f3e1f4f7fcd3 (diff)
Move cmd2.cc function declarations to separate header
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 cfe84cbc..8bd1fe77 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -10,6 +10,7 @@
#include "birth.hpp"
#include "cave.hpp"
#include "cmd1.hpp"
+#include "cmd2.hpp"
#include "corrupt.hpp"
#include "gods.hpp"
#include "help.hpp"