Multiple thread backends.

This commit is contained in:
Przemysław Grzywacz
2011-06-08 16:54:35 +02:00
parent 09ed781f66
commit 1d5fca6f46
22 changed files with 1208 additions and 132 deletions
+2 -1
View File
@@ -33,6 +33,7 @@
// LOVE
#include <common/config.h>
#include <common/Exception.h>
#include <thread/threads.h>
// OpenAL
#ifdef LOVE_MACOSX
@@ -70,7 +71,7 @@ namespace openal
// Only one thread can access this object at the same time. This mutex will
// make sure of that.
SDL_mutex * mutex;
thread::Mutex* mutex;
public: