mirror of
https://github.com/zeldaret/botw
synced 2026-06-08 20:20:12 -04:00
ksys/phys: Implement ContactMgr contact point pool functions
This commit is contained in:
@@ -21,6 +21,11 @@ struct RigidBodyRequestMgr {
|
||||
void sub_7100FA6C8C(bool, RigidBody*);
|
||||
};
|
||||
|
||||
enum class IsIndoorStage {
|
||||
No,
|
||||
Yes,
|
||||
};
|
||||
|
||||
class MemSystem {
|
||||
SEAD_SINGLETON_DISPOSER(MemSystem)
|
||||
MemSystem();
|
||||
|
||||
Reference in New Issue
Block a user