mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Made error screen and reverted love.event.wait.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user