Convert mob.c to mob.cpp.

This commit is contained in:
Jey
2017-10-01 18:25:16 +02:00
parent af86a07c39
commit 593ac62757
5 changed files with 35 additions and 23 deletions

View File

@@ -233,7 +233,9 @@
</ClCompile>
<ClCompile Include="mapreg.c" />
<ClCompile Include="mercenary.c" />
<ClCompile Include="mob.c" />
<ClCompile Include="mob.cpp">
<CompileAs>CompileAsCpp</CompileAs>
</ClCompile>
<ClCompile Include="npc.c" />
<ClCompile Include="npc_chat.c" />
<ClCompile Include="party.c" />