Merge in channels from love-experiments

Rewritten love.thread and changed communication
method from weird system before, to channels.

--HG--
branch : minor
This commit is contained in:
Bart van Strien
2012-07-04 17:15:16 +02:00
parent e8ee7671c3
commit 399a6a6614
41 changed files with 1192 additions and 1580 deletions
-1
View File
@@ -70,7 +70,6 @@ private:
// The reference count.
int count;
}; // Object
} // love
#endif // LOVE_OBJECT_H