hedgewars/SDLh.pas
branchqmlfrontend
changeset 11415 05cf35103206
parent 11403 b894922d58cc
child 11544 b69f5f22a3ba
--- a/hedgewars/SDLh.pas	Wed Nov 18 22:18:39 2015 +0300
+++ b/hedgewars/SDLh.pas	Thu Nov 19 23:04:53 2015 +0300
@@ -1119,6 +1119,7 @@
    (or have fun debugging nil arguments) *)
 function  SDL_CreateThread(fn: Pointer; name: PChar; data: Pointer): PSDL_Thread; cdecl; external SDLLibName;
 procedure SDL_WaitThread(thread: PSDL_Thread; status: PLongInt); cdecl; external SDLLibName;
+procedure SDL_DetachThread(thread: PSDL_Thread); cdecl; external SDLLibName;
 
 function  SDL_CreateMutex: PSDL_mutex; cdecl; external SDLLibName;
 procedure SDL_DestroyMutex(mutex: PSDL_mutex); cdecl; external SDLLibName;