diff options
| author | Léo Lam <leo@leolam.fr> | 2022-01-19 15:50:11 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-01-21 12:20:05 +0100 |
| commit | 98c69ebaef70dd81d8479f227c33559e0100ff58 (patch) | |
| tree | 39e84cc0fe00cc1a5a511075160ae52adef20a75 /src/KingSystem/Physics/System/physMemSystem.h | |
| parent | a2a4ae4163143c337c01f3ede943cc70e7ddfd35 (diff) | |
ksys/phys: Add one more RigidBody function
Diffstat (limited to 'src/KingSystem/Physics/System/physMemSystem.h')
| -rw-r--r-- | src/KingSystem/Physics/System/physMemSystem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KingSystem/Physics/System/physMemSystem.h b/src/KingSystem/Physics/System/physMemSystem.h index fecebe56..218f915e 100644 --- a/src/KingSystem/Physics/System/physMemSystem.h +++ b/src/KingSystem/Physics/System/physMemSystem.h @@ -52,6 +52,9 @@ public: void registerContactPointLayerPair(RigidContactPointsEx* points, ContactLayer layer1, ContactLayer layer2, bool enabled); + // 0x0000007101216a20 + void x_1(RigidBody* body); + void removeSystemGroupHandler(SystemGroupHandler* handler); void lockWorld(ContactLayerType type, void* a = nullptr, int b = 0, bool c = false); |
