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 /vcproj-8/map-server_txt.vcproj | |
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 'vcproj-8/map-server_txt.vcproj')
-rw-r--r-- | vcproj-8/map-server_txt.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcproj-8/map-server_txt.vcproj b/vcproj-8/map-server_txt.vcproj index 57e557e1f..24069e35c 100644 --- a/vcproj-8/map-server_txt.vcproj +++ b/vcproj-8/map-server_txt.vcproj @@ -357,6 +357,10 @@ > </File> <File + RelativePath="..\src\map\path.h" + > + </File> + <File RelativePath="..\src\map\pc.c" > </File> |