summaryrefslogtreecommitdiff
path: root/vcproj-11/map-server.vcxproj
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-08-08 16:48:12 +0200
committerGitHub <noreply@github.com>2017-08-08 16:48:12 +0200
commit89ccf19c2780f80aa475c07fcea5750519266807 (patch)
treedeb8adacb1904b4c86e94e3ab8ce29d4ce862be7 /vcproj-11/map-server.vcxproj
parente1e27fd07bfa1a90eeb2d4bfff32c70258cc07df (diff)
parent544da439e81ff78ec102b754e16b6cc0a28a6d0a (diff)
downloadhercules-89ccf19c2780f80aa475c07fcea5750519266807.tar.gz
hercules-89ccf19c2780f80aa475c07fcea5750519266807.tar.bz2
hercules-89ccf19c2780f80aa475c07fcea5750519266807.tar.xz
hercules-89ccf19c2780f80aa475c07fcea5750519266807.zip
Merge pull request #1686 from guilherme-gm/rodex_
Implementation of RoDEX
Diffstat (limited to 'vcproj-11/map-server.vcxproj')
-rw-r--r--vcproj-11/map-server.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-11/map-server.vcxproj b/vcproj-11/map-server.vcxproj
index 98d5ddbf3..c09d5293a 100644
--- a/vcproj-11/map-server.vcxproj
+++ b/vcproj-11/map-server.vcxproj
@@ -207,6 +207,7 @@
<ClInclude Include="..\src\config\renewal.h" />
<ClInclude Include="..\src\config\secure.h" />
<ClInclude Include="..\src\config\classes\general.h" />
+ <ClInclude Include="..\src\map\rodex.h" />
<ClInclude Include="..\src\map\script.h" />
<ClInclude Include="..\src\map\searchstore.h" />
<ClInclude Include="..\src\map\skill.h" />
@@ -277,6 +278,7 @@
<ClCompile Include="..\src\map\pc_groups.c" />
<ClCompile Include="..\src\map\pet.c" />
<ClCompile Include="..\src\map\quest.c" />
+ <ClCompile Include="..\src\map\rodex.c" />
<ClCompile Include="..\src\map\script.c" />
<ClCompile Include="..\src\map\searchstore.c" />
<ClCompile Include="..\src\map\skill.c" />