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:
@@ -1,7 +1,6 @@
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "ml/mtx.h"
|
||||
|
||||
void chScarfSled_update(Actor *this);
|
||||
|
||||
|
@@ -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);
|
||||
|
@@ -2,7 +2,6 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "animation.h"
|
||||
#include "ml/mtx.h"
|
||||
|
||||
void *defrag(void *);
|
||||
|
||||
|
@@ -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]);
|
||||
|
@@ -3,8 +3,6 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
#include "ml/mtx.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
#include "core1/core1.h"
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "ml/mtx.h"
|
||||
|
||||
typedef struct {
|
||||
u8 pad0[0xC];
|
||||
|
@@ -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);
|
||||
|
@@ -2,7 +2,6 @@
|
||||
#include "core1/core1.h"
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "ml/mtx.h"
|
||||
|
||||
|
||||
extern void mlMtxRotatePYR(f32, f32, f32);
|
||||
|
@@ -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);
|
||||
|
@@ -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 */
|
||||
|
@@ -2,7 +2,6 @@
|
||||
#include "core1/core1.h"
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "ml/mtx.h"
|
||||
|
||||
#include "zoombox.h"
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "zoombox.h"
|
||||
#include "ml/mtx.h"
|
||||
|
||||
|
||||
void func_80252330(f32, f32, f32);
|
||||
|
@@ -6,7 +6,6 @@
|
||||
#include "core2/modelRender.h"
|
||||
|
||||
#include "animation.h"
|
||||
#include "ml/mtx.h"
|
||||
|
||||
#define ARRAYLEN(x) (sizeof(x) / sizeof((x)[0]))
|
||||
|
||||
|
Reference in New Issue
Block a user