diff options
Diffstat (limited to 'vcproj-10/char-server.vcxproj')
-rw-r--r-- | vcproj-10/char-server.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcproj-10/char-server.vcxproj b/vcproj-10/char-server.vcxproj index 9791cefb7..e07954292 100644 --- a/vcproj-10/char-server.vcxproj +++ b/vcproj-10/char-server.vcxproj @@ -142,6 +142,8 @@ <ClInclude Include="..\src\common\console.h" /> <ClInclude Include="..\src\common\db.h" /> <ClInclude Include="..\src\common\ers.h" /> + <ClInclude Include="..\src\common\HPM.h" /> + <ClInclude Include="..\src\common\HPMi.h" /> <ClInclude Include="..\src\common\malloc.h" /> <ClInclude Include="..\src\common\mapindex.h" /> <ClInclude Include="..\src\common\mempool.h" /> @@ -183,6 +185,7 @@ <ClCompile Include="..\src\common\console.c" /> <ClCompile Include="..\src\common\db.c" /> <ClCompile Include="..\src\common\ers.c" /> + <ClCompile Include="..\src\common\HPM.c" /> <ClCompile Include="..\src\common\malloc.c" /> <ClCompile Include="..\src\common\mapindex.c" /> <ClCompile Include="..\src\common\mempool.c" /> |