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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user