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

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