summaryrefslogblamecommitdiff
path: root/src/map/send.h
blob: d66bca096ec5d3a1e626b89f71746b7518e148c3 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                                              
                                                                        
                                                        

                                                          
                                                                                            
                                                                                           

                      
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers

#ifndef EVOL_MAP_PC
#define EVOL_MAP_PC

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);
void send_mob_info(struct block_list* bl1, struct block_list* bl2, enum send_target target);
void send_advmoving(struct unit_data* ud, struct block_list *tbl, enum send_target target);

#endif  // EVOL_MAP_PC