summaryrefslogtreecommitdiff
path: root/src/status.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
commit63fae54381d0898503c5dc7f4dcfabc125c04807 (patch)
tree00b743f932c4c3fc7feb7c8a4e87be520e47d2e9 /src/status.cc
parent71a3bdb100d427ceedce7b2c8fe94de6181341d1 (diff)
Move xtra1.cc function declarations to separate header
Make a couple of functions private to the module while we're at it.
Diffstat (limited to 'src/status.cc')
-rw-r--r--src/status.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status.cc b/src/status.cc
index c5bbf5be..8c21907b 100644
--- a/src/status.cc
+++ b/src/status.cc
@@ -16,6 +16,7 @@
*/
#include "angband.h"
+#include "xtra1.hpp"
static void row_trival(const char*, s16b, u32b, s16b, u32b, int, u32b[INVEN_TOTAL - INVEN_WIELD + 2][7]);
static void row_bival(const char*, s16b, u32b, int, u32b[INVEN_TOTAL - INVEN_WIELD + 2][7]);