Major npc wrestler cleanup (#2531)

This commit is contained in:
YunataSavior
2025-07-13 08:08:32 -07:00
committed by GitHub
parent d4768a864e
commit 9c48ec0905
6 changed files with 1206 additions and 1243 deletions
+1 -1
View File
@@ -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_;