diff options
Diffstat (limited to 'src/map/send.h')
-rw-r--r-- | src/map/send.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h index afa0f3b..d79765a 100644 --- a/src/map/send.h +++ b/src/map/send.h @@ -8,5 +8,7 @@ void send_npccommand (struct map_session_data *sd, int npcId, int cmd); void send_npccommand2 (struct map_session_data *sd, int npcId, int cmd, int id, int x, int y); void send_local_message(int fd, struct block_list* bl, const char* msg); void send_changelook(int fd, int id, int type, int val); +void send_mapmask(int fd, int mask); +void send_mapmask_brodcast(const int map, const int mask); #endif // EVOL_MAP_PC |