comparison include/SDL_thread.h @ 1356:67114343400d

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 03:19:02 +0000
parents 450721ad5436
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1355:4d0f2b2147cf 1356:67114343400d
26 /* Header for the SDL thread management routines 26 /* Header for the SDL thread management routines
27 27
28 These are independent of the other SDL routines. 28 These are independent of the other SDL routines.
29 */ 29 */
30 30
31 #include "SDL_main.h" 31 #include "SDL_stdinc.h"
32 #include "SDL_types.h"
33 32
34 /* Thread synchronization primitives */ 33 /* Thread synchronization primitives */
35 #include "SDL_mutex.h" 34 #include "SDL_mutex.h"
36 35
37 #include "begin_code.h" 36 #include "begin_code.h"