Skip to content

Commit 7fc5efe

Browse files
committed
Adjust path to helper header file
1 parent 9371cde commit 7fc5efe

12 files changed

+12
-9
lines changed

xsp/PerlContactListener.xsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <PerlContactListener.h>
55
#include <Box2D/Box2D.h>
6-
#include <helper.h>
6+
#include "../src/helper.h"
77

88

99
%}

xsp/PerlRayCastCallback.xsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include <PerlRayCastCallback.h>
44
#include <Box2D/Box2D.h>
5-
#include <helper.h>
5+
#include "../src/helper.h"
66

77
%}
88

xsp/b2AABB.xsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
%{
22

33
#include <Box2D/Box2D.h>
4+
#include "../src/helper.h"
45

56
%}
67

xsp/b2Body.xsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{
22

33
#include <Box2D/Box2D.h>
4-
#include <helper.h>
4+
#include "../src/helper.h"
55

66
%}
77

xsp/b2BodyDef.xsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{
22

33
#include <Box2D/Box2D.h>
4-
#include <helper.h>
4+
#include "../src/helper.h"
55

66
%}
77

xsp/b2Fixture.xsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{
22

33
#include <Box2D/Box2D.h>
4-
#include <helper.h>
4+
#include "../src/helper.h"
55

66
%}
77

xsp/b2FixtureDef.xsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{
22

33
#include <Box2D/Box2D.h>
4-
#include <helper.h>
4+
#include "../src/helper.h"
55

66
%}
77

xsp/b2Joint.xsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{
22

33
#include <Box2D/Box2D.h>
4-
#include <helper.h>
4+
#include "../src/helper.h"
55

66
%}
77

xsp/b2Mat22.xsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{
22

33
#include <Box2D/Box2D.h>
4-
#include <helper.h>
4+
#include "../src/helper.h"
55

66
%}
77

xsp/b2MouseJointDef.xsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
%{
22

33
#include <Box2D/Box2D.h>
4+
#include "../src/helper.h"
45

56
%}
67

0 commit comments

Comments
 (0)