aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Body.hpp b/include/Body.hpp
index 2a82406..65645e9 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -1,13 +1,9 @@
#pragma once
#include "BodyItem.hpp"
-#include "AsyncImageLoader.hpp"
#include "RoundedRectangle.hpp"
#include <SFML/Graphics/RectangleShape.hpp>
#include <SFML/Graphics/Sprite.hpp>
-#include <json/value.h>
-#include <thread>
-#include <future>
namespace sf {
class RenderWindow;
@@ -16,6 +12,10 @@ namespace sf {
class Event;
}
+namespace Json {
+ class Value;
+}
+
namespace QuickMedia {
using BodyItemRenderCallback = std::function<void(std::shared_ptr<BodyItem> &body_item)>;
// Return true to merge