]> git.pond.sub.org Git - empserver/blobdiff - include/actofgod.h
edit: Report loading/unloading of planes & land units properly
[empserver] / include / actofgod.h
index c7be022dc067d0bec7fd9dd4a7efbe80925dfd7a..9f991c61a23b82fb40f6188f1277464445ad4e17 100644 (file)
@@ -38,6 +38,8 @@
 
 extern void report_god_takes(char *, char *, natid);
 extern void report_god_gives(char *, char *, natid);
+extern void divine_load(struct empobj *, int, int);
+extern void divine_unload(struct empobj *, int, int);
 extern void divine_sct_change(struct sctstr *, char *, int, int, char *, ...)
     ATTRIBUTE((format (printf, 5, 6)));
 #define divine_sct_change_quiet(sp, name, change, ...) \