diff options
Diffstat (limited to 'vcproj-12/map-server.vcxproj')
-rw-r--r-- | vcproj-12/map-server.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcproj-12/map-server.vcxproj b/vcproj-12/map-server.vcxproj index 4acdf7d87..ba61a956f 100644 --- a/vcproj-12/map-server.vcxproj +++ b/vcproj-12/map-server.vcxproj @@ -175,6 +175,7 @@ <ClInclude Include="..\src\map\elemental.h" /> <ClInclude Include="..\src\map\guild.h" /> <ClInclude Include="..\src\map\intif.h" /> + <ClInclude Include="..\src\map\irc-bot.h" /> <ClInclude Include="..\src\map\itemdb.h" /> <ClInclude Include="..\src\map\log.h" /> <ClInclude Include="..\src\map\mail.h" /> @@ -186,6 +187,7 @@ <ClInclude Include="..\src\map\mob.h" /> <ClInclude Include="..\src\map\npc.h" /> <ClInclude Include="..\src\map\packets.h" /> + <ClInclude Include="..\src\map\packets_struct.h" /> <ClInclude Include="..\src\map\party.h" /> <ClInclude Include="..\src\map\path.h" /> <ClInclude Include="..\src\map\pc.h" /> @@ -247,6 +249,7 @@ <ClCompile Include="..\src\map\elemental.c" /> <ClCompile Include="..\src\map\guild.c" /> <ClCompile Include="..\src\map\intif.c" /> + <ClCompile Include="..\src\map\irc-bot.c" /> <ClCompile Include="..\src\map\itemdb.c" /> <ClCompile Include="..\src\map\log.c" /> <ClCompile Include="..\src\map\mail.c" /> |