| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <basis/seadTypes.h> |
| 4 | |
| 5 | class PlayerCarryKeeper { |
| 6 | public: |
| 7 | bool isThrowHold() const; |
| 8 | bool isCarry() const; |
| 9 | |
| 10 | private: |
| 11 | u8 padding[0x70]; |
| 12 | }; |
| 13 |
| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <basis/seadTypes.h> |
| 4 | |
| 5 | class PlayerCarryKeeper { |
| 6 | public: |
| 7 | bool isThrowHold() const; |
| 8 | bool isCarry() const; |
| 9 | |
| 10 | private: |
| 11 | u8 padding[0x70]; |
| 12 | }; |
| 13 |