mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-22 12:48:28 +00:00
Add Thread drivers
This commit is contained in:
parent
217d3a6dab
commit
52f00833b0
6 changed files with 332 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
#include "pthread/SDL_systhread_c.h"
|
||||
#elif SDL_THREAD_WINDOWS
|
||||
#include "windows/SDL_systhread_c.h"
|
||||
#elif SDL_THREAD_PS2
|
||||
#include "ps2/SDL_systhread_c.h"
|
||||
#elif SDL_THREAD_PSP
|
||||
#include "psp/SDL_systhread_c.h"
|
||||
#elif SDL_THREAD_VITA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue