diff options
Diffstat (limited to 'vcproj-14/char-server.vcxproj')
-rw-r--r-- | vcproj-14/char-server.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-14/char-server.vcxproj b/vcproj-14/char-server.vcxproj index a766d504d..692210a15 100644 --- a/vcproj-14/char-server.vcxproj +++ b/vcproj-14/char-server.vcxproj @@ -173,6 +173,7 @@ <ClInclude Include="..\src\char\HPMchar.h" /> <ClInclude Include="..\src\char\char.h" /> <ClInclude Include="..\src\char\geoip.h" /> + <ClInclude Include="..\src\char\int_achievement.h" /> <ClInclude Include="..\src\char\int_auction.h" /> <ClInclude Include="..\src\char\int_clan.h" /> <ClInclude Include="..\src\char\int_elemental.h" /> @@ -227,6 +228,7 @@ <ClCompile Include="..\src\char\HPMchar.c" /> <ClCompile Include="..\src\char\char.c" /> <ClCompile Include="..\src\char\geoip.c" /> + <ClCompile Include="..\src\char\int_achievement.c" /> <ClCompile Include="..\src\char\int_auction.c" /> <ClCompile Include="..\src\char\int_clan.c" /> <ClCompile Include="..\src\char\int_elemental.c" /> |