diff options
| author | Léo Lam <leo@leolam.fr> | 2022-01-17 12:12:51 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-01-17 16:58:22 +0100 |
| commit | 392c0973c71fc40ce451b8a191dd50592553e745 (patch) | |
| tree | 0c753fa8c3591d08ce83b5cad11f9897f98e3d6f /src/KingSystem/ActorSystem | |
| parent | ab71075dee21ef1fe4103c08b4b12b37f29e39cb (diff) | |
ksys/phys: Add a bunch of easy RigidBody functions
Diffstat (limited to 'src/KingSystem/ActorSystem')
| -rw-r--r-- | src/KingSystem/ActorSystem/actPhysicsUserTag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actPhysicsUserTag.h b/src/KingSystem/ActorSystem/actPhysicsUserTag.h index 0c47e866..8388b106 100644 --- a/src/KingSystem/ActorSystem/actPhysicsUserTag.h +++ b/src/KingSystem/ActorSystem/actPhysicsUserTag.h @@ -23,7 +23,7 @@ public: void m4() override; void m5() override; const sead::SafeString& getName() const override; - void m7() override; + void m7(phys::RigidBody* rigid_body, int a) override; const sead::SafeString& getName2() const override; private: |
