瀏覽代碼

Remove `struct SDL_Camera` predeclare.

This is unnecessary and confuses the wiki bridge.
Ryan C. Gordon 1 年之前
父節點
當前提交
bf03dee866
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/SDL3/SDL_camera.h

+ 0 - 1
include/SDL3/SDL_camera.h

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