diff src/thread/SDL_systhread.h @ 3579:3427271a2d75

Added SDL_GetCPUCount() to see how many cores are available.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 16 Dec 2009 06:53:53 +0000
parents 99210400e8b9
children f7b03b6838cb
line wrap: on
line diff
--- a/src/thread/SDL_systhread.h	Wed Dec 16 04:48:11 2009 +0000
+++ b/src/thread/SDL_systhread.h	Wed Dec 16 06:53:53 2009 +0000
@@ -49,4 +49,5 @@
 extern void SDL_SYS_WaitThread(SDL_Thread * thread);
 
 #endif /* _SDL_systhread_h */
+
 /* vi: set ts=4 sw=4 expandtab: */