summaryrefslogtreecommitdiff
path: root/include/JSystem/JMath
diff options
context:
space:
mode:
authorYunataSavior <58997725+YunataSavior@users.noreply.github.com>2025-07-13 08:08:32 -0700
committerGitHub <noreply@github.com>2025-07-13 18:08:32 +0300
commit9c48ec0905a67ae2f4b1bba67e6ea28b373932e8 (patch)
tree71dc401f759a58be6b55e978db6e1b2c8b160742 /include/JSystem/JMath
parentd4768a864e174a45e8be066657990b29c53079b5 (diff)
Major npc wrestler cleanup (#2531)
Diffstat (limited to 'include/JSystem/JMath')
-rw-r--r--include/JSystem/JMath/JMATrigonometric.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JMath/JMATrigonometric.h b/include/JSystem/JMath/JMATrigonometric.h
index 2b162c56c5..fdbab33a1a 100644
--- a/include/JSystem/JMath/JMATrigonometric.h
+++ b/include/JSystem/JMath/JMATrigonometric.h
@@ -19,6 +19,7 @@ struct TAngleConstant_<f32> {
static f32 RADIAN_TO_DEGREE_FACTOR() { return 180.0f / RADIAN_DEG180(); }
};
+namespace JMath {
/**
* @ingroup jsystem-jmath
*
@@ -93,7 +94,6 @@ struct TAsinAcosTable {
}
};
-namespace JMath {
extern TSinCosTable<13, f32> sincosTable_;
extern TAtanTable atanTable_;
extern TAsinAcosTable asinAcosTable_;