Remove struct SDL_Camera predeclare.

This is unnecessary and confuses the wiki bridge.
This commit is contained in:
Ryan C. Gordon 2024-07-12 13:25:06 -04:00
parent 7277d69c0e
commit bf03dee866
No known key found for this signature in database
GPG Key ID: FA148B892AB48044

View File

@ -62,7 +62,6 @@ typedef Uint32 SDL_CameraDeviceID;
*
* \since This struct is available since SDL 3.0.0.
*/
struct SDL_Camera;
typedef struct SDL_Camera SDL_Camera;
/**