SDL_hidapi.h: remove struct predeclaration before typedef.

This commit is contained in:
Ryan C. Gordon 2024-07-14 15:17:47 -04:00
parent b9dcc5de60
commit 15f850babc
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 0 additions and 1 deletions

View File

@ -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 */
/**