mirror of
https://github.com/zeldaret/botw
synced 2026-06-19 23:33:01 -04:00
ksys/phys: Add isSensorLayer and makeContactLayerMask
This commit is contained in:
@@ -159,6 +159,9 @@ enum class MotionType {
|
||||
Unknown = 3,
|
||||
};
|
||||
|
||||
bool isSensorLayer(ContactLayer layer);
|
||||
u32 makeContactLayerMask(ContactLayer layer);
|
||||
|
||||
const char* contactLayerToText(ContactLayer layer);
|
||||
ContactLayer contactLayerFromText(const sead::SafeString& text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user