Fixed unresolved symbol on Visual Studio
This commit is contained in:
parent
dae32409e9
commit
c929b6d7b2
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
#include "../joystick/SDL_joystick_c.h" /* For SDL_PrivateJoystickValid */
|
#include "../joystick/SDL_joystick_c.h" /* For SDL_PrivateJoystickValid */
|
||||||
#include "SDL_assert.h"
|
#include "SDL_assert.h"
|
||||||
|
|
||||||
static SDL_Haptic *SDL_haptics = NULL;
|
/* Global for SDL_windowshaptic.c */
|
||||||
|
SDL_Haptic *SDL_haptics = NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initializes the Haptic devices.
|
* Initializes the Haptic devices.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue