mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
Still trying to get this to compile...
This commit is contained in:
parent
cae4fd7fb2
commit
7964f3adb2
@ -22,6 +22,7 @@
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_haptic.h"
|
||||
#include "../SDL_syshaptic.h"
|
||||
|
||||
#if SDL_HAPTIC_DINPUT
|
||||
|
||||
@ -29,7 +30,6 @@
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_windowshaptic_c.h"
|
||||
#include "SDL_dinputhaptic_c.h"
|
||||
#include "../SDL_syshaptic.h"
|
||||
#include "../../joystick/windows/SDL_windowsjoystick_c.h"
|
||||
|
||||
/*
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_haptic.h"
|
||||
#include "../SDL_syshaptic.h"
|
||||
|
||||
#if SDL_HAPTIC_XINPUT
|
||||
|
||||
@ -30,7 +31,6 @@
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_windowshaptic_c.h"
|
||||
#include "SDL_xinputhaptic_c.h"
|
||||
#include "../SDL_syshaptic.h"
|
||||
#include "../../core/windows/SDL_xinput.h"
|
||||
#include "../../joystick/windows/SDL_windowsjoystick_c.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user