aboutsummaryrefslogtreecommitdiff
path: root/src/rules.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules.h')
-rw-r--r--src/rules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules.h b/src/rules.h
index d49f17c..18cdef0 100644
--- a/src/rules.h
+++ b/src/rules.h
@@ -100,4 +100,7 @@ namespace rules {
static const std::map<std::string, std::string> skill2ability;
};
+
+ std::ostream& operator<<(std::ostream& os, const Ability& a);
+ std::ostream& operator<<(std::ostream& os, const Skill& s);
}