ksys/phys: Implement ContactMgr contact point pool functions

This commit is contained in:
Léo Lam
2022-01-04 18:51:27 +01:00
parent 8cf2def97c
commit 3f33ba5d59
4 changed files with 27 additions and 10 deletions
@@ -21,6 +21,11 @@ struct RigidBodyRequestMgr {
void sub_7100FA6C8C(bool, RigidBody*);
};
enum class IsIndoorStage {
No,
Yes,
};
class MemSystem {
SEAD_SINGLETON_DISPOSER(MemSystem)
MemSystem();