]> git.pond.sub.org Git - empserver/blobdiff - include/actofgod.h
edit: Report flags change properly
[empserver] / include / actofgod.h
index 9f991c61a23b82fb40f6188f1277464445ad4e17..69ba33db5fa3b00d077e6c052175e0e91d9c03d7 100644 (file)
@@ -35,6 +35,7 @@
 
 #include "item.h"
 #include "nat.h"
+#include "types.h"
 
 extern void report_god_takes(char *, char *, natid);
 extern void report_god_gives(char *, char *, natid);
@@ -48,6 +49,8 @@ extern void divine_unit_change(struct empobj *, char *, int, int, char *, ...)
     ATTRIBUTE((format (printf, 5, 6)));
 #define divine_unit_change_quiet(unit, name, change, ...) \
     divine_unit_change((unit), (name), -(change), 0, __VA_ARGS__)
+extern void divine_flag_change(struct empobj *, char *, int, int,
+                              struct symbol *);
 extern void report_divine_gift(natid, struct ichrstr *, int, char *);
 
 #endif