Made error screen and reverted love.event.wait.

This commit is contained in:
rude
2009-08-24 21:38:35 +02:00
parent 090d2e1cdb
commit ab981ea982
5 changed files with 119 additions and 68 deletions
+2
View File
@@ -24,6 +24,7 @@
// LOVE
#include <common/Object.h>
#include <common/runtime.h>
#include "World.h"
// Box2D
#include "Include/Box2D.h"
@@ -44,6 +45,7 @@ namespace box2d
{
// Friends.
friend class World;
friend class World::ContactCallback;
private: