summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index 4caf0148c..12c05b15d 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -287,4 +287,8 @@ int mob_clone_delete(struct mob_data *md);
void mob_reload(void);
+// MvP Tomb System
+void mvptomb_create(struct mob_data *md, char *killer, time_t time);
+void mvptomb_destroy(struct mob_data *md);
+
#endif /* _MOB_H_ */