Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added SDL_DetachThread() API.
- Loading branch information
File 5 of 8 in
8d6e03f
|
@@ -62,4 +62,10 @@ SDL_SYS_WaitThread(SDL_Thread * thread) |
|
|
return; |
|
|
} |
|
|
|
|
|
void |
|
|
SDL_SYS_DetachThread(SDL_Thread * thread) |
|
|
{ |
|
|
return; |
|
|
} |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |
Oops, something went wrong.