summaryrefslogtreecommitdiff
path: root/src/dungeon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.hpp')
-rw-r--r--src/dungeon.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dungeon.hpp b/src/dungeon.hpp
index bbe6da87..e14f4a12 100644
--- a/src/dungeon.hpp
+++ b/src/dungeon.hpp
@@ -2,5 +2,5 @@
#include <vector>
-extern void sense_inventory();
-extern void sense_objects(std::vector<int> const &object_idxs);
+void sense_inventory();
+void sense_objects(std::vector<int> const &object_idxs);