Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed the location of controller_type.h in the Visual Studio project
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
VisualC/SDL/SDL.vcxproj
|
@@ -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" /> |
|
|