diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-24 15:00:26 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-24 15:00:26 +0000 |
commit | 6612269d2706ca08d9b174f292671a024724e6a3 (patch) | |
tree | 694f379048fa39552cc14963ac40c310c8ce9727 /vcproj-6 | |
parent | 8cb6244382cb6e1bb8b2edd13bba6b91f9c67b1f (diff) | |
download | hercules-6612269d2706ca08d9b174f292671a024724e6a3.tar.gz hercules-6612269d2706ca08d9b174f292671a024724e6a3.tar.bz2 hercules-6612269d2706ca08d9b174f292671a024724e6a3.tar.xz hercules-6612269d2706ca08d9b174f292671a024724e6a3.zip |
- Moving all content of Homunculus code to a proper file Homunculus.c/h
- Update of all project files.
NOTE: All functions on homunculus.c should be renamed i think, to remove all the merc_*.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13122 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-6')
-rw-r--r-- | vcproj-6/map-server_sql.dsp | 8 | ||||
-rw-r--r-- | vcproj-6/map-server_txt.dsp | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/vcproj-6/map-server_sql.dsp b/vcproj-6/map-server_sql.dsp index 28718e6db..3d54e9287 100644 --- a/vcproj-6/map-server_sql.dsp +++ b/vcproj-6/map-server_sql.dsp @@ -311,6 +311,14 @@ SOURCE=..\src\map\mapreg_sql.c # End Source File # Begin Source File +SOURCE=..\src\map\homunculus.c +# End Source File +# Begin Source File + +SOURCE=..\src\map\homunculus.h +# End Source File +# Begin Source File + SOURCE=..\src\map\mercenary.c # End Source File # Begin Source File diff --git a/vcproj-6/map-server_txt.dsp b/vcproj-6/map-server_txt.dsp index 54ddcf42d..027eeea21 100644 --- a/vcproj-6/map-server_txt.dsp +++ b/vcproj-6/map-server_txt.dsp @@ -243,6 +243,10 @@ SOURCE=..\src\map\map.c # End Source File # Begin Source File +SOURCE=..\src\map\homunculus.c +# End Source File +# Begin Source File + SOURCE=..\src\map\mercenary.c # End Source File # Begin Source File @@ -367,6 +371,10 @@ SOURCE=..\src\map\mapreg_txt.c # End Source File # Begin Source File +SOURCE=..\src\map\homunculus.h +# End Source File +# Begin Source File + SOURCE=..\src\map\mercenary.h # End Source File # Begin Source File |