This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
love2d.love
mirror of
https://github.com/love2d/love.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix compile errors on macOS
Sasha Szpakowski
1 year ago
parent
b8e2b1b6c5
commit
a1e4b649ce
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/modules/physics/box2d/World.h
+ 1
- 0
src/modules/physics/box2d/World.h
View File
@@ -42,6 +42,7 @@ namespace box2d
class Contact;
class Body;
+class Shape;
class Joint;
/**