diff options
author | hemagx <hemagx2@gmail.com> | 2016-02-17 14:26:01 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:34 +0200 |
commit | 732c6d6019d608f9f0e151ec75c48fcc498d4f51 (patch) | |
tree | 85691162dcea7fad5c050cf3414bed2e77cc33f9 /vcproj-11/char-server.vcxproj | |
parent | ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac (diff) | |
download | hercules-732c6d6019d608f9f0e151ec75c48fcc498d4f51.tar.gz hercules-732c6d6019d608f9f0e151ec75c48fcc498d4f51.tar.bz2 hercules-732c6d6019d608f9f0e151ec75c48fcc498d4f51.tar.xz hercules-732c6d6019d608f9f0e151ec75c48fcc498d4f51.zip |
Interface md5calc.c
Diffstat (limited to 'vcproj-11/char-server.vcxproj')
-rw-r--r-- | vcproj-11/char-server.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-11/char-server.vcxproj b/vcproj-11/char-server.vcxproj index 764fb3378..abd954904 100644 --- a/vcproj-11/char-server.vcxproj +++ b/vcproj-11/char-server.vcxproj @@ -155,6 +155,7 @@ <ClInclude Include="..\src\common\HPMSymbols.inc.h" /> <ClInclude Include="..\src\common\memmgr.h" /> <ClInclude Include="..\src\common\mapindex.h" /> + <ClInclude Include="..\src\common\md5calc.h" /> <ClInclude Include="..\src\common\mmo.h" /> <ClInclude Include="..\src\common\mutex.h" /> <ClInclude Include="..\src\common\nullpo.h" /> @@ -208,6 +209,7 @@ <ClCompile Include="..\src\common\HPM.c" /> <ClCompile Include="..\src\common\memmgr.c" /> <ClCompile Include="..\src\common\mapindex.c" /> + <ClCompile Include="..\src\common\md5calc.c" /> <ClCompile Include="..\src\common\mutex.c" /> <ClCompile Include="..\src\common\nullpo.c" /> <ClCompile Include="..\src\common\random.c" /> |