Mercurial > sdl-ios-xcode
comparison include/SDL_thread.h @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 67114343400d |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
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_stdinc.h" | 31 #include "SDL_stdinc.h" |
32 #include "SDL_error.h" | |
32 | 33 |
33 /* Thread synchronization primitives */ | 34 /* Thread synchronization primitives */ |
34 #include "SDL_mutex.h" | 35 #include "SDL_mutex.h" |
35 | 36 |
36 #include "begin_code.h" | 37 #include "begin_code.h" |