equal
deleted
inserted
replaced
24 |
24 |
25 #ifndef _SDL_systhread_h |
25 #ifndef _SDL_systhread_h |
26 #define _SDL_systhread_h |
26 #define _SDL_systhread_h |
27 |
27 |
28 #include "SDL_thread.h" |
28 #include "SDL_thread.h" |
|
29 #include "SDL_thread_c.h" |
29 |
30 |
30 /* This function creates a thread, passing args to SDL_RunThread(), |
31 /* This function creates a thread, passing args to SDL_RunThread(), |
31 saves a system-dependent thread id in thread->id, and returns 0 |
32 saves a system-dependent thread id in thread->id, and returns 0 |
32 on success. |
33 on success. |
33 */ |
34 */ |