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

#endif  // EVOL_MAP_PC