Mercurial > sdl-ios-xcode
diff src/thread/SDL_thread_c.h @ 2669:e27bdcc80744 gsoc2008_nds
First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Tue, 10 Jun 2008 06:45:39 +0000 |
parents | c9aa6bcb26f3 |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/thread/SDL_thread_c.h Wed Apr 23 06:27:10 2008 +0000 +++ b/src/thread/SDL_thread_c.h Tue Jun 10 06:45:39 2008 +0000 @@ -43,6 +43,8 @@ #include "irix/SDL_systhread_c.h" #elif SDL_THREAD_WIN32 #include "win32/SDL_systhread_c.h" +#elif SDL_THREAD_NDS +#include "nds/SDL_systhread_c.h" #else #error Need thread implementation for this platform #include "generic/SDL_systhread_c.h"