summaryrefslogtreecommitdiff
path: root/src/map/send.h
blob: afa0f3bbf337f0591163669c164c72c9fbd5bee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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);

#endif  // EVOL_MAP_PC