diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-04-21 03:46:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-20 17:46:09 -0700 |
| commit | b2d665c9113543bf61b4209ca455eee6b0749b02 (patch) | |
| tree | e5b038ca9ce95144fd01081c72fe9c5a69dbf778 /include/JSystem/J2DGraph | |
| parent | 9194774985fda19caddaf2b3366c9adadf2e7d26 (diff) | |
d_msg_class mostly equivalent (#2403)
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPane.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h index 97a9e1235a..00724f14a3 100644 --- a/include/JSystem/J2DGraph/J2DPane.h +++ b/include/JSystem/J2DGraph/J2DPane.h @@ -169,6 +169,7 @@ public: bool isConnectParent() const { return mConnected; } + u64 getUserInfo() const { return mUserInfoTag; } void setUserInfo(u64 info) { mUserInfoTag = info; } const Mtx* getMtx() const { return &mPositionMtx; } |
