* wip

* d_bg_s

* most of d_bg_s

* small cleanup

* clang

* fixes
This commit is contained in:
TakaRikka
2021-11-10 10:56:51 -08:00
committed by GitHub
parent 901b222eb8
commit 74ed2da8bc
178 changed files with 2148 additions and 4699 deletions
+3 -2
View File
@@ -2,6 +2,7 @@
#define J3DVERTEX_H
#include "dolphin/gx/GX.h"
#include "dolphin/mtx/vec.h"
#include "dolphin/types.h"
class J3DModel;
@@ -84,11 +85,11 @@ private:
}; // Size: 0x38
struct VertexNormal {
u8 data[0xC];
Vec data;
};
struct VertexPosition {
u8 data[0xC];
Vec data;
};
#endif /* J3DVERTEX_H */