summaryrefslogtreecommitdiff
path: root/src/map/npc.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-12-20 21:14:24 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-12-24 10:02:20 -0800
commitace159199161f555d6e13d05ccc374166ff375b6 (patch)
treed4cafca9f2733f99cc81d9f63b9f1f9172152023 /src/map/npc.hpp
parent2b092c150e1226decc48160316070fc44d5fbba0 (diff)
downloadtmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.gz
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.bz2
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.xz
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.zip
Purge some unused functions
Diffstat (limited to 'src/map/npc.hpp')
-rw-r--r--src/map/npc.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/npc.hpp b/src/map/npc.hpp
index f6d0adc..0654701 100644
--- a/src/map/npc.hpp
+++ b/src/map/npc.hpp
@@ -10,18 +10,15 @@
#define INVISIBLE_CLASS 32767
int npc_event_dequeue(struct map_session_data *sd);
-void npc_event_timer(timer_id, tick_t, custom_id_t, custom_data_t);
int npc_event(struct map_session_data *sd, const char *npcname, int);
int npc_timer_event(const char *eventname); // Added by RoVeRT
int npc_command(struct map_session_data *sd, const char *npcname, const char *command);
int npc_touch_areanpc(struct map_session_data *, int, int, int);
int npc_click(struct map_session_data *, int);
int npc_scriptcont(struct map_session_data *, int);
-int npc_checknear(struct map_session_data *, int);
int npc_buysellsel(struct map_session_data *, int, int);
int npc_buylist(struct map_session_data *, int, unsigned short *);
int npc_selllist(struct map_session_data *, int, unsigned short *);
-int npc_parse_mob(const char *w1, const char *w2, const char *w3, const char *w4);
int npc_parse_warp(const char *w1, const char *w2, const char *w3, const char *w4);
int npc_enable(const char *name, int flag);
@@ -43,7 +40,6 @@ void npc_free(struct npc_data *npc);
void npc_addsrcfile(char *);
void npc_delsrcfile(char *);
-int do_final_npc(void);
int do_init_npc(void);
int npc_event_do_oninit(void);
int npc_do_ontimer(int, struct map_session_data *, int);