mirror of
https://github.com/zeldaret/tp
synced 2026-06-25 18:04:43 -04:00
d_msg_class mostly equivalent (#2403)
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -132,6 +132,11 @@ public:
|
||||
bool isValid() const { return mValid; }
|
||||
bool isFixed() const { return mFixed; }
|
||||
int getFixedWidth() const { return mFixedWidth; }
|
||||
int getOffset(int i_no) const {
|
||||
JUTFont::TWidth width;
|
||||
getWidthEntry(i_no, &width);
|
||||
return width.field_0x0;
|
||||
}
|
||||
|
||||
/* 0x04 */ bool mValid;
|
||||
/* 0x05 */ bool mFixed;
|
||||
|
||||
Reference in New Issue
Block a user