mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-02 17:53:06 -04:00
d_place_name 90%
This commit is contained in:
@@ -69,6 +69,8 @@ public:
|
||||
u8 getAlpha() const { return mAlpha; }
|
||||
void setAlpha(u8 alpha) { mAlpha = alpha; }
|
||||
bool isConnectParent() const { return mIsConnectParent; }
|
||||
void show() { mVisible = true; }
|
||||
void hide() { mVisible = false; }
|
||||
|
||||
public:
|
||||
/* 0x04 */ u32 mMagic;
|
||||
|
||||
Reference in New Issue
Block a user