diff options
Diffstat (limited to 'vcproj-14/map-server.vcxproj')
-rw-r--r-- | vcproj-14/map-server.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcproj-14/map-server.vcxproj b/vcproj-14/map-server.vcxproj index e20d13462..ccc80d15d 100644 --- a/vcproj-14/map-server.vcxproj +++ b/vcproj-14/map-server.vcxproj @@ -174,6 +174,7 @@ <ClInclude Include="..\src\map\channel.h" /> <ClInclude Include="..\src\map\chat.h" /> <ClInclude Include="..\src\map\chrif.h" /> + <ClInclude Include="..\src\map\clan.h" /> <ClInclude Include="..\src\map\clif.h" /> <ClInclude Include="..\src\map\date.h" /> <ClInclude Include="..\src\map\duel.h" /> @@ -193,6 +194,10 @@ <ClInclude Include="..\src\map\mob.h" /> <ClInclude Include="..\src\map\npc.h" /> <ClInclude Include="..\src\map\packets.h" /> + <ClInclude Include="..\src\map\packets_keys_main.h" /> + <ClInclude Include="..\src\map\packets_keys_zero.h" /> + <ClInclude Include="..\src\map\packets_shuffle_main.h" /> + <ClInclude Include="..\src\map\packets_shuffle_zero.h" /> <ClInclude Include="..\src\map\packets_struct.h" /> <ClInclude Include="..\src\map\party.h" /> <ClInclude Include="..\src\map\path.h" /> @@ -251,6 +256,7 @@ <ClCompile Include="..\src\map\channel.c" /> <ClCompile Include="..\src\map\chat.c" /> <ClCompile Include="..\src\map\chrif.c" /> + <ClCompile Include="..\src\map\clan.c" /> <ClCompile Include="..\src\map\clif.c" /> <ClCompile Include="..\src\map\date.c" /> <ClCompile Include="..\src\map\duel.c" /> |