summaryrefslogtreecommitdiff
path: root/sim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sim.hpp')
-rw-r--r--sim.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim.hpp b/sim.hpp
index 176e879..3fdd509 100644
--- a/sim.hpp
+++ b/sim.hpp
@@ -1,4 +1,8 @@
+#if _WIN32
+#include <box2d.h>
+#else
#include <Box2D/Box2D.h>
+#endif
// 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