diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-29 16:33:55 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-29 16:33:55 +0000 |
commit | 180c7942243c1b1a4a1d01f8f630126b25252e95 (patch) | |
tree | d224c4617465cce047091332cdedd703bfd4f027 /src/map/npc.h | |
parent | 12ca43bf1123acb96fdc2c8f3a0003d79774bd19 (diff) | |
download | hercules-180c7942243c1b1a4a1d01f8f630126b25252e95.tar.gz hercules-180c7942243c1b1a4a1d01f8f630126b25252e95.tar.bz2 hercules-180c7942243c1b1a4a1d01f8f630126b25252e95.tar.xz hercules-180c7942243c1b1a4a1d01f8f630126b25252e95.zip |
Yet another performance improvement: Shut Down processing is now about to 7 times faster.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16006 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index da5f0a295..de25c09a3 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -135,6 +135,7 @@ int npc_get_new_npc_id(void); void npc_addsrcfile(const char* name); void npc_delsrcfile(const char* name); void npc_parsesrcfile(const char* filepath); +void do_clear_npc(void); int do_final_npc(void); int do_init_npc(void); void npc_event_do_oninit(void); |