1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Turn sprite.c into sprite.cpp

This commit is contained in:
Ted John
2017-02-09 12:39:10 +00:00
parent c4e89278c1
commit 6ea4e4987d
2 changed files with 1 additions and 1 deletions

View File

@@ -125,7 +125,7 @@
<ClCompile Include="drawing\Rain.cpp" />
<ClCompile Include="drawing\rect.c" />
<ClCompile Include="drawing\scrolling_text.c" />
<ClCompile Include="drawing\sprite.c" />
<ClCompile Include="drawing\sprite.cpp" />
<ClCompile Include="drawing\string.c" />
<ClCompile Include="editor.c" />
<ClCompile Include="game.c" />