mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 08:57:40 +00:00
Remove reserved underscore SDL_joystick
This commit is contained in:
parent
ab2d007982
commit
81cd84f456
2 changed files with 4 additions and 4 deletions
|
@ -70,8 +70,8 @@ extern "C" {
|
|||
#ifdef SDL_THREAD_SAFETY_ANALYSIS
|
||||
extern SDL_mutex *SDL_joystick_lock;
|
||||
#endif
|
||||
struct _SDL_Joystick;
|
||||
typedef struct _SDL_Joystick SDL_Joystick;
|
||||
struct SDL_Joystick;
|
||||
typedef struct SDL_Joystick SDL_Joystick;
|
||||
|
||||
/* A structure that encodes the stable unique id for a joystick device */
|
||||
typedef SDL_GUID SDL_JoystickGUID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue