From bf03dee86609fbed159543446a39584a3cee2141 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 12 Jul 2024 13:25:06 -0400 Subject: [PATCH] Remove `struct SDL_Camera` predeclare. This is unnecessary and confuses the wiki bridge. --- include/SDL3/SDL_camera.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/SDL3/SDL_camera.h b/include/SDL3/SDL_camera.h index f7468426f..197981274 100644 --- a/include/SDL3/SDL_camera.h +++ b/include/SDL3/SDL_camera.h @@ -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; /**