Skip to content

Commit

Permalink
bugfix: dynamic linkage failures
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 5, 2024
1 parent 80cb697 commit 1ae5b72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
*/
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Character/CharacterVirtual.h"
#include "auto/com_github_stephengold_joltjni_Body.h"
#include "auto/com_github_stephengold_joltjni_CharacterVsCharacterCollisionSimple.h"
#include "glue/glue.h"

using namespace JPH;
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/t/TwoBodyConstraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ SOFTWARE.
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Constraints/TwoBodyConstraint.h"
#include "auto/com_github_stephengold_joltjni_TwoBodyConstraint.h"
#include "auto/com_github_stephengold_joltjni_TwoBodyConstraintRef.h"
#include "glue/glue.h"

using namespace JPH;
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/v/VehicleConstraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ SOFTWARE.
#include "Jolt/Physics/PhysicsStepListener.h"
#include "Jolt/Physics/Vehicle/VehicleConstraint.h"
#include "auto/com_github_stephengold_joltjni_VehicleConstraint.h"
#include "auto/com_github_stephengold_joltjni_VehicleConstraintRef.h"
#include "glue/glue.h"

using namespace JPH;
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/v/VehicleController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ SOFTWARE.
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Vehicle/VehicleController.h"
#include "auto/com_github_stephengold_joltjni_VehicleController.h"
#include "auto/com_github_stephengold_joltjni_VehicleControllerRef.h"
#include "glue/glue.h"

using namespace JPH;
Expand Down

0 comments on commit 1ae5b72

Please sign in to comment.