hedgewars/SDLh.pas
changeset 5099 ce1a761d3c1e
parent 5052 74a81c276d67
child 5103 7beb0311b7f1
--- a/hedgewars/SDLh.pas	Sun Apr 03 20:07:05 2011 +0400
+++ b/hedgewars/SDLh.pas	Mon Apr 04 12:53:11 2011 +0200
@@ -726,7 +726,8 @@
 procedure SDL_Quit; cdecl; external SDLLibName;
 
 function  SDL_VideoDriverName(var namebuf; maxlen: LongInt): PChar; cdecl; external SDLLibName;
-procedure SDL_EnableUNICODE(enable: LongInt); cdecl; external SDLLibName;
+function SDL_EnableUNICODE(enable: LongInt): LongInt; cdecl; external SDLLibName;
+function SDL_EnableKeyRepeat(delay, interval: LongInt): LongInt; cdecl; external;
 
 procedure SDL_Delay(msec: Longword); cdecl; external SDLLibName;
 function  SDL_GetTicks: Longword; cdecl; external SDLLibName;