mirror of https://github.com/libsdl-org/SDL
SDL_hidapi.h: remove struct predeclaration before typedef.
This commit is contained in:
parent
b9dcc5de60
commit
15f850babc
|
@ -67,7 +67,6 @@ extern "C" {
|
|||
*
|
||||
* \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 */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue