Add sdl/userevent.hpp to the Visual Studio project
Follow-up for c6f523f8cd
.
[ci skip]
This commit is contained in:
parent
0bd159b8b7
commit
c4d556475e
2 changed files with 4 additions and 0 deletions
|
@ -3939,6 +3939,7 @@
|
||||||
<ClInclude Include="..\..\src\sdl\exception.hpp" />
|
<ClInclude Include="..\..\src\sdl\exception.hpp" />
|
||||||
<ClInclude Include="..\..\src\sdl\rect.hpp" />
|
<ClInclude Include="..\..\src\sdl\rect.hpp" />
|
||||||
<ClInclude Include="..\..\src\sdl\surface.hpp" />
|
<ClInclude Include="..\..\src\sdl\surface.hpp" />
|
||||||
|
<ClInclude Include="..\..\src\sdl\userevent.hpp" />
|
||||||
<ClInclude Include="..\..\src\sdl\utils.hpp" />
|
<ClInclude Include="..\..\src\sdl\utils.hpp" />
|
||||||
<ClInclude Include="..\..\src\sdl\window.hpp" />
|
<ClInclude Include="..\..\src\sdl\window.hpp" />
|
||||||
<ClInclude Include="..\..\src\SDL_SavePNG\savepng.h" />
|
<ClInclude Include="..\..\src\SDL_SavePNG\savepng.h" />
|
||||||
|
|
|
@ -3000,6 +3000,9 @@
|
||||||
<ClInclude Include="..\..\src\preferences\lobby.hpp">
|
<ClInclude Include="..\..\src\preferences\lobby.hpp">
|
||||||
<Filter>Preferences</Filter>
|
<Filter>Preferences</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\src\sdl\userevent.hpp">
|
||||||
|
<Filter>SDL</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
|
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
|
||||||
|
|
Loading…
Add table
Reference in a new issue