Added SDL_dropevents.c to the Visual C projects
This commit is contained in:
parent
b6fe53e5ea
commit
f6f13fc7c4
2 changed files with 10 additions and 0 deletions
|
@ -808,6 +808,14 @@
|
||||||
RelativePath="..\..\src\render\software\SDL_drawpoint.h"
|
RelativePath="..\..\src\render\software\SDL_drawpoint.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\events\SDL_dropevents.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\events\SDL_dropevents_c.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
|
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
|
||||||
>
|
>
|
||||||
|
|
|
@ -273,6 +273,7 @@
|
||||||
<ClInclude Include="..\..\src\render\software\SDL_draw.h" />
|
<ClInclude Include="..\..\src\render\software\SDL_draw.h" />
|
||||||
<ClInclude Include="..\..\src\render\software\SDL_drawline.h" />
|
<ClInclude Include="..\..\src\render\software\SDL_drawline.h" />
|
||||||
<ClInclude Include="..\..\src\render\software\SDL_drawpoint.h" />
|
<ClInclude Include="..\..\src\render\software\SDL_drawpoint.h" />
|
||||||
|
<ClInclude Include="..\..\src\events\SDL_dropevents_c.c" />
|
||||||
<ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h" />
|
<ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h" />
|
||||||
<ClInclude Include="..\..\src\render\software\SDL_rotate.h" />
|
<ClInclude Include="..\..\src\render\software\SDL_rotate.h" />
|
||||||
<ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" />
|
<ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" />
|
||||||
|
@ -386,6 +387,7 @@
|
||||||
<ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" />
|
<ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" />
|
||||||
<ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" />
|
<ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" />
|
||||||
<ClCompile Include="..\..\src\audio\directsound\SDL_directsound.c" />
|
<ClCompile Include="..\..\src\audio\directsound\SDL_directsound.c" />
|
||||||
|
<ClCompile Include="..\..\src\events\SDL_dropevents.c" />
|
||||||
<ClCompile Include="..\..\src\audio\xaudio2\SDL_xaudio2.c" />
|
<ClCompile Include="..\..\src\audio\xaudio2\SDL_xaudio2.c" />
|
||||||
<ClCompile Include="..\..\src\joystick\windows\SDL_dxjoystick.c" />
|
<ClCompile Include="..\..\src\joystick\windows\SDL_dxjoystick.c" />
|
||||||
<ClCompile Include="..\..\src\SDL_error.c" />
|
<ClCompile Include="..\..\src\SDL_error.c" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue