summaryrefslogtreecommitdiff
path: root/sim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sim.hpp')
-rw-r--r--sim.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim.hpp b/sim.hpp
index a4824c8..176e879 100644
--- a/sim.hpp
+++ b/sim.hpp
@@ -1,4 +1,4 @@
-#include <Box2D.h>
+#include <Box2D/Box2D.h>
// enums with a specified width are a clang C extension & available in C++11
#if defined __clang__ || __cplusplus >= 201103L
#define ENUM_U8 typedef enum : u8
@@ -105,6 +105,7 @@ typedef struct {
} ShaderBall;
typedef struct {
+ b2Body *body;
v2 center;
float size;
float angle;