Forráskód Böngészése

Sync wiki -> header

Ryan C. Gordon 1 éve
szülő
commit
0fe95cfba3
1 módosított fájl, 1 hozzáadás és 0 törlés
  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.
  *