From fc936e5ced9af544cde112c1abc7374526088890 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 18 Dec 2007 15:45:48 +0000 Subject: - 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 --- src/map/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/map.h') 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*); -- cgit v1.2.3-70-g09d2