src/core1: renamed matrix math library

umbenannt:      include/ml/mtx.h -> include/core1/mlmtx.h
        umbenannt:      src/core1/code_13990.c -> src/core1/mlmtx.c
This commit is contained in:
mariob92
2024-10-17 17:00:39 +02:00
parent d0aa736acc
commit d9439b9cef
21 changed files with 15 additions and 37 deletions

View File

@@ -1,7 +1,6 @@
#include <ultra64.h>
#include "functions.h"
#include "variables.h"
#include "ml/mtx.h"
void chScarfSled_update(Actor *this);

View File

@@ -6,8 +6,6 @@
#include "version.h"
#include "ml/mtx.h"
void _guRotateF(f32 mf[4][4], f32, f32, f32, f32);
f32 func_80263FF0(f32);
f32 cosf(f32);

View File

@@ -2,7 +2,6 @@
#include "functions.h"
#include "variables.h"
#include "animation.h"
#include "ml/mtx.h"
void *defrag(void *);

View File

@@ -1,7 +1,6 @@
#include <ultra64.h>
#include "functions.h"
#include "variables.h"
#include "ml/mtx.h"
extern void func_80252C08(f32[3], f32[3], f32, f32[3]);
extern void func_80252CC4(f32[3], f32[3], f32, f32[3]);

View File

@@ -3,8 +3,6 @@
#include "functions.h"
#include "variables.h"
#include "ml/mtx.h"

View File

@@ -2,7 +2,6 @@
#include "core1/core1.h"
#include "functions.h"
#include "variables.h"
#include "ml/mtx.h"
typedef struct {
u8 pad0[0xC];

View File

@@ -2,7 +2,6 @@
#include "core1/core1.h"
#include "functions.h"
#include "variables.h"
#include "ml/mtx.h"
void func_80252330(f32, f32, f32);
void func_803382D8(s32 arg0);

View File

@@ -2,7 +2,6 @@
#include "core1/core1.h"
#include "functions.h"
#include "variables.h"
#include "ml/mtx.h"
extern void mlMtxRotatePYR(f32, f32, f32);

View File

@@ -2,7 +2,6 @@
#include "core1/core1.h"
#include "functions.h"
#include "variables.h"
#include "ml/mtx.h"
extern void spriteRender_drawWithSegment(Gfx**, Vtx**, BKSprite *, s32, s32);

View File

@@ -3,8 +3,6 @@
#include "functions.h"
#include "variables.h"
#include "ml/mtx.h"
#define LENGTH_SQ_VEC4F(v) (v[0]*v[0] + v[1]*v[1] + v[2]*v[2] + v[3]*v[3])
/* .data */

View File

@@ -2,7 +2,6 @@
#include "core1/core1.h"
#include "functions.h"
#include "variables.h"
#include "ml/mtx.h"
#include "zoombox.h"

View File

@@ -4,7 +4,6 @@
#include "functions.h"
#include "variables.h"
#include "zoombox.h"
#include "ml/mtx.h"
void func_80252330(f32, f32, f32);

View File

@@ -6,7 +6,6 @@
#include "core2/modelRender.h"
#include "animation.h"
#include "ml/mtx.h"
#define ARRAYLEN(x) (sizeof(x) / sizeof((x)[0]))