comparison include/SDL_mutex.h @ 1356:67114343400d

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 03:19:02 +0000
parents c9b51268668f
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1355:4d0f2b2147cf 1356:67114343400d
26 /* Functions to provide thread synchronization primitives 26 /* Functions to provide thread synchronization primitives
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 #include "begin_code.h" 33 #include "begin_code.h"
35 /* Set up for C function definitions, even when using C++ */ 34 /* Set up for C function definitions, even when using C++ */
36 #ifdef __cplusplus 35 #ifdef __cplusplus
37 extern "C" { 36 extern "C" {