diff options
| author | robojumper <robojumper@gmail.com> | 2025-04-27 07:49:37 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-04-27 07:49:37 +0200 |
| commit | 6468fc663c304663afa949fd73f4f627bad0e6b3 (patch) | |
| tree | fbb9b7d1921cf696cf385f4972a62a6984988d62 /include/JSystem/JMath | |
| parent | c1a0264e6ac151f3a884bc32126de192eede19c7 (diff) | |
Get initial JParticle import to build, label symbols.txt
Diffstat (limited to 'include/JSystem/JMath')
| -rw-r--r-- | include/JSystem/JMath/JMATrigonometric.h | 2 | ||||
| -rw-r--r-- | include/JSystem/JMath/JMath.h | 3 | ||||
| -rw-r--r-- | include/JSystem/JMath/random.h | 2 |
3 files changed, 4 insertions, 3 deletions
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<typename T> 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 { |
