mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 06:54:18 -04:00
ksys/phys: Add more ContactListener functions and Havok prereqs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user