summaryrefslogtreecommitdiff
path: root/src/modules.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
commit21bbf94c159d161058282696630e0e0431917e92 (patch)
tree98d47e87d7e1527da774efea24380860073a4f6f /src/modules.cc
parentb0eb19b7a0750759d429c78845888e88de517352 (diff)
Move birth.cc function declarations to separate header
We leave the no_begin_screen variable because it needs to be accessed by non-C++ code.
Diffstat (limited to 'src/modules.cc')
-rw-r--r--src/modules.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules.cc b/src/modules.cc
index c1408f0f..ed4df558 100644
--- a/src/modules.cc
+++ b/src/modules.cc
@@ -7,6 +7,7 @@
*/
#include "angband.h"
+#include "birth.hpp"
#include "corrupt.hpp"
#include "hooks.h"