mirror of
https://github.com/zeldaret/tp
synced 2026-09-07 19:20:58 -04:00
J2DMatBlock
This commit is contained in:
@@ -16,6 +16,16 @@ struct ResTLUT;
|
||||
|
||||
struct J2DGXColorS10 : public GXColorS10 {
|
||||
/* 802F1B90 */ J2DGXColorS10();
|
||||
|
||||
/*
|
||||
J2DGXColorS10& operator=(const GXColorS10& other) {
|
||||
r = other.r;
|
||||
g = other.g;
|
||||
b = other.b;
|
||||
a = other.a;
|
||||
return *this;
|
||||
}
|
||||
*/
|
||||
};
|
||||
|
||||
struct J2DTevSwapModeInfo;
|
||||
|
||||
Reference in New Issue
Block a user