mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-29 04:21:03 +08:00
SDL_hidapi.h: remove struct predeclaration before typedef.
This commit is contained in:
@@ -67,7 +67,6 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
* \since This struct is available since SDL 3.0.0.
|
* \since This struct is available since SDL 3.0.0.
|
||||||
*/
|
*/
|
||||||
struct SDL_hid_device;
|
|
||||||
typedef struct SDL_hid_device SDL_hid_device; /**< opaque hidapi structure */
|
typedef struct SDL_hid_device SDL_hid_device; /**< opaque hidapi structure */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user