summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/send.h')
-rw-r--r--src/map/send.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h
new file mode 100644
index 0000000..6a324b9
--- /dev/null
+++ b/src/map/send.h
@@ -0,0 +1,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