mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed unresolved symbol on Visual Studio
This commit is contained in:
parent
57d01d7d67
commit
c2837ef634
@ -25,8 +25,8 @@
|
||||
#include "../joystick/SDL_joystick_c.h" /* For SDL_PrivateJoystickValid */
|
||||
#include "SDL_assert.h"
|
||||
|
||||
static SDL_Haptic *SDL_haptics = NULL;
|
||||
|
||||
/* Global for SDL_windowshaptic.c */
|
||||
SDL_Haptic *SDL_haptics = NULL;
|
||||
|
||||
/*
|
||||
* Initializes the Haptic devices.
|
||||
|
Loading…
Reference in New Issue
Block a user