diff options
Diffstat (limited to 'src/emap/send.h')
-rw-r--r-- | src/emap/send.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/send.h b/src/emap/send.h index 2d6ca56..8ebb7d1 100644 --- a/src/emap/send.h +++ b/src/emap/send.h @@ -48,5 +48,7 @@ void send_setwall_single(int fd, void send_pc_skin(int fd, int npcId, const char *const skin); +void send_pc_killed(int fd, + struct block_list* bl); #endif // EVOL_MAP_SEND |