mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
Removed unecessary SDL include
This commit is contained in:
parent
a1a993917a
commit
0835e38b94
|
@ -1774,8 +1774,6 @@ void CInputSystem::UngrabMouse()
|
|||
SetMouseVisibility(true);
|
||||
}
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
bool CInputSystem::SendForceFeedbackCmd(int joyNum, int axisNum, ForceFeedbackCmd ffCmd)
|
||||
{
|
||||
const JoyDetails *joyDetails = GetJoyDetails(joyNum);
|
||||
|
|
Loading…
Reference in a new issue