From 6468fc663c304663afa949fd73f4f627bad0e6b3 Mon Sep 17 00:00:00 2001 From: robojumper Date: Sun, 27 Apr 2025 07:49:37 +0200 Subject: Get initial JParticle import to build, label symbols.txt --- include/JSystem/JMath/JMATrigonometric.h | 2 +- include/JSystem/JMath/JMath.h | 3 ++- include/JSystem/JMath/random.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'include/JSystem/JMath') diff --git a/include/JSystem/JMath/JMATrigonometric.h b/include/JSystem/JMath/JMATrigonometric.h index 2b162c56..2111fabb 100644 --- a/include/JSystem/JMath/JMATrigonometric.h +++ b/include/JSystem/JMath/JMATrigonometric.h @@ -1,7 +1,7 @@ #ifndef JMATRIGONOMETRIC_H #define JMATRIGONOMETRIC_H -#include "dolphin/types.h" +#include "common.h" #include "utility.h" template diff --git a/include/JSystem/JMath/JMath.h b/include/JSystem/JMath/JMath.h index eb7932e8..343571b8 100644 --- a/include/JSystem/JMath/JMath.h +++ b/include/JSystem/JMath/JMath.h @@ -1,7 +1,8 @@ #ifndef JMATH_H #define JMATH_H -#include "dolphin/mtx.h" +#include "common.h" +#include "rvl/MTX.h" #include "math.h" void JMAMTXApplyScale(const Mtx, Mtx, f32, f32, f32); diff --git a/include/JSystem/JMath/random.h b/include/JSystem/JMath/random.h index cfb8ecc1..5eb9c355 100644 --- a/include/JSystem/JMath/random.h +++ b/include/JSystem/JMath/random.h @@ -1,7 +1,7 @@ #ifndef RANDOM_H #define RANDOM_H -#include "dolphin/types.h" +#include "common.h" namespace JMath { -- cgit v1.2.3