summaryrefslogtreecommitdiff
path: root/vcproj-14/map-server.vcxproj
diff options
context:
space:
mode:
authorsmokexyz <sagunkho@hotmail.com>2017-06-03 00:29:11 +0800
committerAsheraf <acheraf1998@gmail.com>2018-07-24 21:41:14 +0100
commit78c75cade7f445231f11395a6faef9b0a55568dc (patch)
treeea355aea2cbfd8bb8fdeaf0f1dd7065e961cd9d5 /vcproj-14/map-server.vcxproj
parentea76a9c9e2a59158b0d30e4df8c3b06fb19a3778 (diff)
downloadhercules-78c75cade7f445231f11395a6faef9b0a55568dc.tar.gz
hercules-78c75cade7f445231f11395a6faef9b0a55568dc.tar.bz2
hercules-78c75cade7f445231f11395a6faef9b0a55568dc.tar.xz
hercules-78c75cade7f445231f11395a6faef9b0a55568dc.zip
Add achievement source files.
Co-authored-by: "Dastgir" <dastgirp@gmail.com>
Diffstat (limited to 'vcproj-14/map-server.vcxproj')
-rw-r--r--vcproj-14/map-server.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-14/map-server.vcxproj b/vcproj-14/map-server.vcxproj
index ccc80d15d..ae834de75 100644
--- a/vcproj-14/map-server.vcxproj
+++ b/vcproj-14/map-server.vcxproj
@@ -167,6 +167,7 @@
<ClInclude Include="..\src\common\timer.h" />
<ClInclude Include="..\src\common\utils.h" />
<ClInclude Include="..\src\common\winapi.h" />
+ <ClInclude Include="..\src\map\achievement.h" />
<ClInclude Include="..\src\map\atcommand.h" />
<ClInclude Include="..\src\map\battle.h" />
<ClInclude Include="..\src\map\battleground.h" />
@@ -249,6 +250,7 @@
<ClCompile Include="..\src\common\thread.c" />
<ClCompile Include="..\src\common\timer.c" />
<ClCompile Include="..\src\common\utils.c" />
+ <ClCompile Include="..\src\map\achievement.c" />
<ClCompile Include="..\src\map\atcommand.c" />
<ClCompile Include="..\src\map\battle.c" />
<ClCompile Include="..\src\map\battleground.c" />