Re-import MSL_C from TP

This commit is contained in:
robojumper
2026-05-31 00:09:11 +02:00
parent 31423c25ae
commit 9b4820921c
185 changed files with 7617 additions and 1992 deletions
+2 -1
View File
@@ -2,9 +2,10 @@
#define JGEOMETRY_H
#include "common.h"
#include "math.h"
#include "JSystem/JMath/JMath.h"
#include <cmath>
// TODO - a lot of this has been moved to nw4r and egg. Kept for reference for now.
namespace JGeometry {
+1 -1
View File
@@ -3,7 +3,7 @@
#include "common.h"
#include "rvl/MTX.h"
#include "math.h"
#include <cmath>
void JMAMTXApplyScale(const Mtx, Mtx, f32, f32, f32);
void JMAEulerToQuat(s16 param_0, s16 param_1, s16 param_2, Quaternion* param_3);
+2
View File
@@ -12,6 +12,8 @@
#include "egg/math/eggVector.h"
#include "m/m_angle.h"
#include <cstdint>
class JPAResourceManager;
class JPABaseEmitter;
class JPAEmitterManager;