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

@@ -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);