Files
tp/include/JSystem/J3DGraphBase/J3DMatBlock.h
T
TakaRikka e915df66c8 move d_a_alink and some related stuff (#130)
* clean up d_a_player

* move some of daalink

* more daalink / daplayer

* setup some daalink members

* rest of daalink members setup

* remove comment

* few more matches

* remove asm

* more matches

* more matches + move e_wb_class

* fix some d_save classes

Co-authored-by: lepelog <lepelog@users.noreply.github.com>
2021-05-23 12:09:59 +02:00

15 lines
229 B
C++

#ifndef J3DMATBLOCK_H
#define J3DMATBLOCK_H
#include "dolphin/gx/GXTexture.h"
#include "dolphin/types.h"
class J3DGXColorS10 {
public:
/* 8000E460 */ J3DGXColorS10();
_GXColorS10 mColor;
};
#endif /* J3DMATBLOCK_H */