hedgewars/SDLh.pas
changeset 6021 652a199d4f38
parent 6013 4c24f064851e
child 6023 a28be05b20bc
child 6072 e3dc802965d6
--- a/hedgewars/SDLh.pas	Sun Sep 25 02:28:33 2011 +0200
+++ b/hedgewars/SDLh.pas	Sun Sep 25 03:32:07 2011 +0200
@@ -776,6 +776,7 @@
 function  SDL_CreateRenderer(window: PSDL_Window; index, flags: LongInt): PSDL_Renderer; cdecl; external SDLLibName;
 function  SDL_DestroyWindow(window: PSDL_Window): LongInt; cdecl; external SDLLibName;
 function  SDL_DestroyRenderer(renderer: PSDL_Renderer): LongInt; cdecl; external SDLLibName;
+procedure SDL_SetWindowSize(window: PSDL_Window; w, h: LongInt); cdecl; external SDLLibName;
 
 function  SDL_GL_CreateContext(window: PSDL_Window): PSDL_GLContext; cdecl; external SDLLibName;
 procedure SDL_GL_DeleteContext(context: PSDL_GLContext); cdecl; external SDLLibName;