move remaining old progress (#186)

* move remaining old progress

* remove asm
This commit is contained in:
TakaRikka
2022-03-26 10:17:17 -07:00
committed by GitHub
parent d596658f89
commit 215421ba51
76 changed files with 387 additions and 1260 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
#ifndef C_LIB_H_
#define C_LIB_H_
#include "MSL_C/math.h"
#include "SSystem/SComponent/c_xyz.h"
#include "dolphin/mtx/mtx.h"
#include "dolphin/types.h"
#include "MSL_C/math.h"
inline bool cLib_IsZero(f32 f) {
return fabsf(f) < 8e-11f;
+1 -1
View File
@@ -1,8 +1,8 @@
#ifndef C_M3D_H_
#define C_M3D_H_
#include "dolphin/types.h"
#include "MSL_C/math.h"
#include "dolphin/types.h"
class cM3dGAab;
class cM3dGCps;
+1 -1
View File
@@ -1,9 +1,9 @@
#ifndef C_XYZ_H
#define C_XYZ_H
#include "MSL_C/math.h"
#include "dolphin/mtx/vec.h"
#include "global.h"
#include "MSL_C/math.h"
struct cXyz : Vec {
static const cXyz Zero;