Added SDL_dropevents.c to the Visual C projects

This commit is contained in:
Sam Lantinga
2012-09-30 23:08:46 -07:00
parent 2030d6d9ab
commit af274bb9f5
2 changed files with 10 additions and 0 deletions

View File

@@ -808,6 +808,14 @@
RelativePath="..\..\src\render\software\SDL_drawpoint.h"
>
</File>
<File
RelativePath="..\..\src\events\SDL_dropevents.c"
>
</File>
<File
RelativePath="..\..\src\events\SDL_dropevents_c.c"
>
</File>
<File
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
>

View File

@@ -273,6 +273,7 @@
<ClInclude Include="..\..\src\render\software\SDL_draw.h" />
<ClInclude Include="..\..\src\render\software\SDL_drawline.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_rotate.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\dummy\SDL_dummyaudio.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\joystick\windows\SDL_dxjoystick.c" />
<ClCompile Include="..\..\src\SDL_error.c" />