diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-24 17:08:58 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-24 17:08:58 +0000 |
commit | f762bfba6e4e3e29db6898f1c61023f662330270 (patch) | |
tree | e0809191f340d0c1f4ce5315a3d19b6540d03e64 /src/map/map.h | |
parent | d8b857ad9db40f4e6345419c8d3659b7914519e7 (diff) | |
download | hercules-f762bfba6e4e3e29db6898f1c61023f662330270.tar.gz hercules-f762bfba6e4e3e29db6898f1c61023f662330270.tar.bz2 hercules-f762bfba6e4e3e29db6898f1c61023f662330270.tar.xz hercules-f762bfba6e4e3e29db6898f1c61023f662330270.zip |
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@779 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 1c9565341..9d8a0b194 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -695,6 +695,7 @@ void map_deliddb(struct block_list *bl); int map_foreachiddb(int (*)(void*,void*,va_list),...); void map_addnickdb(struct map_session_data *); struct map_session_data * map_nick2sd(char*); +int compare_item(struct item *a, struct item *b); // gatŠÖ˜A int map_getcell(int,int,int); |