mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-13 12:09:19 -04:00
d_menu work (#1141)
* more progress * more progress * more progress * more progress * d_menu work d_menu_collect class members cleaned up, some functions at 100% matching * added `Nonmatching` tag to unmatched functions * more functions at 100% * more functions matching * more functions matching
This commit is contained in:
@@ -37,7 +37,12 @@ public:
|
||||
void setTevMode(JUTTexture*, JUtility::TColor, JUtility::TColor);
|
||||
|
||||
void getBlack() const {}
|
||||
void getContentsColor(TContentsColor&) const {}
|
||||
void getContentsColor(TContentsColor& param_0) const {
|
||||
param_0.mTL = mColorTL;
|
||||
param_0.mTR = mColorTR;
|
||||
param_0.mBL = mColorBL;
|
||||
param_0.mBR = mColorBR;
|
||||
}
|
||||
void getWhite() const {}
|
||||
void setBlack(JUtility::TColor) {}
|
||||
void setContentsColor(TContentsColor) {}
|
||||
|
||||
Reference in New Issue
Block a user