Explorar el Código

Sync wiki -> header

Ryan C. Gordon hace 2 años
padre
commit
0fe95cfba3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/SDL3/SDL_render.h

+ 1 - 0
include/SDL3/SDL_render.h

@@ -405,6 +405,7 @@ extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTexture(SDL_Renderer *renderer, U
 extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer *renderer, SDL_Surface *surface);
 
 typedef struct IDXGIResource IDXGIResource;
+
 /**
  * Get the DXGI resource associated with a texture.
  *