mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
SDL_render.h: Remove unnecessary struct x; before typedef struct x x;.
This commit is contained in:
parent
45df084287
commit
253c917296
1 changed files with 0 additions and 2 deletions
|
|
@ -125,7 +125,6 @@ typedef enum SDL_RendererLogicalPresentation
|
|||
*
|
||||
* \since This struct is available since SDL 3.0.0.
|
||||
*/
|
||||
struct SDL_Renderer;
|
||||
typedef struct SDL_Renderer SDL_Renderer;
|
||||
|
||||
/**
|
||||
|
|
@ -133,7 +132,6 @@ typedef struct SDL_Renderer SDL_Renderer;
|
|||
*
|
||||
* \since This struct is available since SDL 3.0.0.
|
||||
*/
|
||||
struct SDL_Texture;
|
||||
typedef struct SDL_Texture SDL_Texture;
|
||||
|
||||
/* Function prototypes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue