summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-18 15:45:48 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-18 15:45:48 +0000
commitfc936e5ced9af544cde112c1abc7374526088890 (patch)
tree31fcd590c5be902417a8a23ac95ff4d92700f2d5 /src/map/map.h
parent4add6a5ba3b45cf97a3731a8a38577e7506bca30 (diff)
downloadhercules-fc936e5ced9af544cde112c1abc7374526088890.tar.gz
hercules-fc936e5ced9af544cde112c1abc7374526088890.tar.bz2
hercules-fc936e5ced9af544cde112c1abc7374526088890.tar.xz
hercules-fc936e5ced9af544cde112c1abc7374526088890.zip
- Cleaned up a bit the format of skill_db.txt (that comma next to the skill name looks ugly if you ask me)
- Corrected skill_db reading to properly trim the skill name/descs. - Added a mobid_db in map.c to handle mob lookups faster. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11943 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 847ca477d..7aa99d219 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1335,6 +1335,7 @@ void map_addiddb(struct block_list *);
void map_deliddb(struct block_list *bl);
struct map_session_data** map_getallusers(int *users);
void map_foreachpc(int (*func)(DBKey,void*,va_list),...);
+void map_foreachmob(int (*func)(DBKey,void*,va_list),...);
int map_foreachiddb(int (*)(DBKey,void*,va_list),...);
struct map_session_data * map_nick2sd(const char*);