From 9c48ec0905a67ae2f4b1bba67e6ea28b373932e8 Mon Sep 17 00:00:00 2001 From: YunataSavior <58997725+YunataSavior@users.noreply.github.com> Date: Sun, 13 Jul 2025 08:08:32 -0700 Subject: Major npc wrestler cleanup (#2531) --- include/JSystem/JMath/JMATrigonometric.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem/JMath') 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_ { 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_; -- cgit v1.2.3