Removed extern declaration of not existing SDL_numhaptics from internal header.
parent
0f87761bf3
commit
e2a5c1d203
|
@ -27,12 +27,6 @@
|
||||||
#include "SDL_haptic.h"
|
#include "SDL_haptic.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Number of haptic devices on the system.
|
|
||||||
*/
|
|
||||||
extern Uint8 SDL_numhaptics;
|
|
||||||
|
|
||||||
|
|
||||||
struct haptic_effect
|
struct haptic_effect
|
||||||
{
|
{
|
||||||
SDL_HapticEffect effect; /* The current event */
|
SDL_HapticEffect effect; /* The current event */
|
||||||
|
|
Loading…
Reference in New Issue