copy dolsdk2004 to tp / b_bh + e_mb done (#2299)

* move dolsdk2004 over

* cleanup some temp work

* finish and cleanup gf

* b_bh done

* d_a_e_mb done
This commit is contained in:
TakaRikka
2025-02-10 11:20:42 -08:00
committed by GitHub
parent a38e2bfeee
commit eda175afc8
540 changed files with 68042 additions and 22075 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef C_BG_S_CHK_H
#define C_BG_S_CHK_H
#include "dolphin/mtx/vec.h"
#include "dolphin/mtx.h"
#include "f_pc/f_pc_base.h"
struct cBgD_Vtx_t : public Vec {};
+1 -3
View File
@@ -2,7 +2,7 @@
#define C_M3D_H_
#include "math.h"
#include "dolphin/mtx/vec.h"
#include "dolphin/mtx.h"
class cM3dGAab;
class cM3dGCps;
@@ -19,8 +19,6 @@ struct cM3d_Range {
/* 0x4 */ f32 mMax;
};
struct Vec;
extern const f32 G_CM3D_F_ABS_MIN;
static void cM3d_InDivPos1(const Vec*, const Vec*, f32, Vec*);
+5 -1
View File
@@ -1,7 +1,11 @@
#ifndef C_SXYZ_H
#define C_SXYZ_H
#include "dolphin/mtx/vec.h"
#include "dolphin/mtx.h"
struct SVec {
s16 x, y, z;
};
class csXyz : public SVec {
public:
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef C_XYZ_H
#define C_XYZ_H
#include "dolphin/mtx/vec.h"
#include "dolphin/mtx.h"
#include "math.h"
struct cXyz : Vec {