diff options
author | shennetsind <notind@gmail.com> | 2013-08-08 11:19:02 -0700 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-08-08 11:19:02 -0700 |
commit | 1197e46b6ca1f399edc18fbd60a3e2c4adf6c32f (patch) | |
tree | cbfd9f0847cb5b9e65cd77ab4e8861f34165c67d /vcproj-12/map-server.vcxproj | |
parent | defac0ef9714121a872ab48c3f6c4ddd177ae509 (diff) | |
parent | 04db720ee56ad8ddddf4255575c5d60e2c214a13 (diff) | |
download | hercules-1197e46b6ca1f399edc18fbd60a3e2c4adf6c32f.tar.gz hercules-1197e46b6ca1f399edc18fbd60a3e2c4adf6c32f.tar.bz2 hercules-1197e46b6ca1f399edc18fbd60a3e2c4adf6c32f.tar.xz hercules-1197e46b6ca1f399edc18fbd60a3e2c4adf6c32f.zip |
Merge pull request #83 from HerculesWS/HPMUpdateR2
Hercules Plugin Manager Update
Diffstat (limited to 'vcproj-12/map-server.vcxproj')
-rw-r--r-- | vcproj-12/map-server.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-12/map-server.vcxproj b/vcproj-12/map-server.vcxproj index 931f7d11d..5701cd4d0 100644 --- a/vcproj-12/map-server.vcxproj +++ b/vcproj-12/map-server.vcxproj @@ -184,6 +184,7 @@ <ClInclude Include="..\src\map\map.h" /> <ClInclude Include="..\src\map\mapreg.h" /> <ClInclude Include="..\src\map\homunculus.h" /> + <ClInclude Include="..\src\map\HPMmap.h" /> <ClInclude Include="..\src\map\instance.h" /> <ClInclude Include="..\src\map\mercenary.h" /> <ClInclude Include="..\src\map\mob.h" /> @@ -259,6 +260,7 @@ <ClCompile Include="..\src\map\map.c" /> <ClCompile Include="..\src\map\mapreg_sql.c" /> <ClCompile Include="..\src\map\homunculus.c" /> + <ClCompile Include="..\src\map\HPMmap.c" /> <ClCompile Include="..\src\map\instance.c" /> <ClCompile Include="..\src\map\mercenary.c" /> <ClCompile Include="..\src\map\mob.c" /> |