Mercurial > sdl-ios-xcode
comparison include/SDL.h @ 3180:77d6336711fc
First commit for SDL atomic operations.
On my linux box it compiles and installs correctly and testatomic runs without errors.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Tue, 09 Jun 2009 17:33:44 +0000 |
parents | b7a48f533966 |
children | 5db962a9a991 |
comparison
equal
deleted
inserted
replaced
3179:9b34679fda8b | 3180:77d6336711fc |
---|---|
74 #ifndef _SDL_H | 74 #ifndef _SDL_H |
75 #define _SDL_H | 75 #define _SDL_H |
76 | 76 |
77 #include "SDL_main.h" | 77 #include "SDL_main.h" |
78 #include "SDL_stdinc.h" | 78 #include "SDL_stdinc.h" |
79 #include "SDL_atomic.h" | |
79 #include "SDL_audio.h" | 80 #include "SDL_audio.h" |
80 #include "SDL_cdrom.h" | 81 #include "SDL_cdrom.h" |
81 #include "SDL_cpuinfo.h" | 82 #include "SDL_cpuinfo.h" |
82 #include "SDL_endian.h" | 83 #include "SDL_endian.h" |
83 #include "SDL_error.h" | 84 #include "SDL_error.h" |