Migrated clif.c to C++ (#2435)

* Migrated clif.c to C++
* Needed in preparation for future projects.
Thanks to @Daegaladh and @Mikegyver for testing!
This commit is contained in:
Aleos
2017-09-21 11:41:57 -04:00
committed by GitHub
parent 1bfe8475c8
commit 80a251ef02
5 changed files with 33 additions and 21 deletions

View File

@@ -215,7 +215,9 @@
<ClCompile Include="chat.c" />
<ClCompile Include="chrif.c" />
<ClCompile Include="clan.c" />
<ClCompile Include="clif.c" />
<ClCompile Include="clif.cpp">
<CompileAs>CompileAsCpp</CompileAs>
</ClCompile>
<ClCompile Include="date.c" />
<ClCompile Include="duel.c" />
<ClCompile Include="elemental.c" />
@@ -240,7 +242,9 @@
<ClCompile Include="pc_groups.c" />
<ClCompile Include="pet.c" />
<ClCompile Include="quest.c" />
<ClCompile Include="script.cpp" />
<ClCompile Include="script.cpp">
<CompileAs>CompileAsCpp</CompileAs>
</ClCompile>
<ClCompile Include="searchstore.c" />
<ClCompile Include="skill.c" />
<ClCompile Include="status.c" />