diff options
| author | Julgodis <> | 2021-04-08 21:05:48 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 21:05:48 +0200 |
| commit | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (patch) | |
| tree | 4e6d8499431192316bc2bae0cec8e6f92636b4b4 /libs/JSystem/J2DGraph/J2DMaterial.cpp | |
| parent | a23a10639979ee10cbea5ffdadadc490d9e60227 (diff) | |
auto decompile more functions
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DMaterial.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DMaterial.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/JSystem/J2DGraph/J2DMaterial.cpp b/libs/JSystem/J2DGraph/J2DMaterial.cpp index 1256fcbeb2..e11c7b155e 100644 --- a/libs/JSystem/J2DGraph/J2DMaterial.cpp +++ b/libs/JSystem/J2DGraph/J2DMaterial.cpp @@ -86,6 +86,12 @@ struct J2DAnmTextureSRTKey { /* 8030B9F0 */ void calcTransform(f32, u16, J3DTextureSRTInfo*) const; }; +struct J2DAnmTexPattern { + /* 8030BEE8 */ void getTexNo(u16, u16*) const; + /* 8030BF9C */ void getResTIMG(u16) const; + /* 8030BFF0 */ void getPalette(u16) const; +}; + struct J2DAnmColor { /* 802EB390 */ void getColor(u16, _GXColor*) const; }; @@ -95,12 +101,6 @@ struct J2DAnmTevRegKey { /* 8030C3B4 */ void getTevKonstReg(u16, _GXColor*) const; }; -struct J2DAnmTexPattern { - /* 8030BEE8 */ void getTexNo(u16, u16*) const; - /* 8030BF9C */ void getResTIMG(u16) const; - /* 8030BFF0 */ void getPalette(u16) const; -}; - struct J2DMaterial { struct J2DMaterialAnmPointer { /* 802EA79C */ J2DMaterialAnmPointer(); |
