ksys/phys: Finish EntityContactListener

This commit is contained in:
Léo Lam
2022-03-09 00:03:15 +01:00
parent 8cbdcbf6ea
commit 0e717ed15d
18 changed files with 629 additions and 60 deletions
@@ -77,6 +77,12 @@ public:
void lockWorld(ContactLayerType type, void* a = nullptr, int b = 0, bool c = false);
void unlockWorld(ContactLayerType type, void* a = nullptr, int b = 0, bool c = false);
// TODO: rename
// 0x0000007101216c60
void setEntityContactListenerField90(bool value);
// 0x0000007101216c74
bool getEntityContactListenerField90() const;
// 0x0000007101216cec
sead::Heap* getPhysicsTempHeap(LowPriority low_priority) const;