diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-22 13:00:48 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-22 13:00:48 +0000 |
commit | ebf1cd085c9f4061318f99f9ab19b63148d19819 (patch) | |
tree | 876e3d2c2bc05cbce67604eaa734a741410fb3bf /src/map/Makefile.in | |
parent | 5f857bae116433a2a0fd38b8c3539352c5453f7a (diff) | |
download | hercules-ebf1cd085c9f4061318f99f9ab19b63148d19819.tar.gz hercules-ebf1cd085c9f4061318f99f9ab19b63148d19819.tar.bz2 hercules-ebf1cd085c9f4061318f99f9ab19b63148d19819.tar.xz hercules-ebf1cd085c9f4061318f99f9ab19b63148d19819.zip |
Path code cleaning...
* Added map/path.h, moved path-related function headers to path.h.
* Removed the macroed _real() path functions.
* Modified some functions to use boolean return values instead of 1/0 or 0/-1.
* Modified path_search_long() to allow a NULL output pointer (in which case a temporary local buffer will be used instead).
* Removed an unused ->path_half member variable from struct walkpath_data.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11958 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r-- | src/map/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in index 355086127..4276b976a 100644 --- a/src/map/Makefile.in +++ b/src/map/Makefile.in @@ -21,7 +21,7 @@ MAP_OBJ = map.o chrif.o clif.o pc.o status.o npc.o \ MAP_TXT_OBJ = $(MAP_OBJ:%=obj_txt/%) MAP_SQL_OBJ = $(MAP_OBJ:%=obj_sql/%) MAP_H = map.h chrif.h clif.h pc.h status.h npc.h \ - chat.h itemdb.h mob.h script.h \ + chat.h itemdb.h mob.h script.h path.h \ storage.h skill.h atcommand.h charcommand.h battle.h \ intif.h trade.h party.h vending.h guild.h pet.h \ log.h mail.h date.h irc.h unit.h mercenary.h |