From fbef93c2d3a01a80f6fb702faf1f43360caf9f5b Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:59 +0100 Subject: Move notes.cc functions to separate header --- src/dungeon.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dungeon.cc') diff --git a/src/dungeon.cc b/src/dungeon.cc index 81ac68be..4266958f 100644 --- a/src/dungeon.cc +++ b/src/dungeon.cc @@ -15,6 +15,7 @@ #include "gods.hpp" #include "hooks.h" #include "modules.hpp" +#include "notes.hpp" #include "quest.h" #include "quark.h" #include "skills.hpp" -- cgit v1.2.3