Skip to content

Commit

Permalink
Fixed the location of controller_type.h in the Visual Studio project
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 22, 2019
1 parent 9530ccb commit 7bf6c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisualC/SDL/SDL.vcxproj
Expand Up @@ -318,7 +318,7 @@
<ClInclude Include="..\..\src\haptic\windows\SDL_dinputhaptic_c.h" />
<ClInclude Include="..\..\src\haptic\windows\SDL_windowshaptic_c.h" />
<ClInclude Include="..\..\src\haptic\windows\SDL_xinputhaptic_c.h" />
<ClInclude Include="..\..\src\joystick\hidapi\controller_type.h" />
<ClInclude Include="..\..\src\joystick\controller_type.h" />
<ClInclude Include="..\..\src\joystick\hidapi\SDL_hidapijoystick_c.h" />
<ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" />
<ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" />
Expand Down

0 comments on commit 7bf6c88

Please sign in to comment.