Resolve compile errors

This commit is contained in:
Jittapan Pluemsumran
2017-04-25 21:05:18 +07:00
parent 96073607bf
commit f9a0f81d4e
4 changed files with 16 additions and 0 deletions

View File

@@ -167,6 +167,7 @@
<ClInclude Include="channel.h" />
<ClInclude Include="chat.h" />
<ClInclude Include="chrif.h" />
<ClInclude Include="clan.h" />
<ClInclude Include="clif.h" />
<ClInclude Include="date.h" />
<ClInclude Include="duel.h" />
@@ -208,6 +209,7 @@
<ClCompile Include="channel.c" />
<ClCompile Include="chat.c" />
<ClCompile Include="chrif.c" />
<ClCompile Include="clan.c" />
<ClCompile Include="clif.c" />
<ClCompile Include="date.c" />
<ClCompile Include="duel.c" />