diff options
Diffstat (limited to 'vcproj-11/map-server.vcxproj')
-rw-r--r-- | vcproj-11/map-server.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-11/map-server.vcxproj b/vcproj-11/map-server.vcxproj index c09d5293a..21cae3626 100644 --- a/vcproj-11/map-server.vcxproj +++ b/vcproj-11/map-server.vcxproj @@ -176,6 +176,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" /> @@ -253,6 +254,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" /> |