ksys/phys: Add more ContactListener functions and Havok prereqs

This commit is contained in:
Léo Lam
2022-03-01 21:22:10 +01:00
parent aa4722bedb
commit a222e40180
31 changed files with 500 additions and 72 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ void System::freeContactPointInfo(ContactPointInfo* info) const {
}
LayerContactPointInfo* System::allocLayerContactPointInfo(sead::Heap* heap, int num, int num2,
const sead::SafeString& name, int a, int b,
int c) const {
const sead::SafeString& name, int a,
int b, int c) const {
return mContactMgr->allocContactPointsEx(heap, num, num2, name, a, b, c);
}