summaryrefslogtreecommitdiff
path: root/src/SSystem/SComponent/c_angle.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-04-01 19:38:51 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-04-01 19:38:51 -0400
commit765f88e4f3a804418fb19aeb33f4f7cf7a1dd35d (patch)
tree0654937274294a6762475573fc5921446f0bcf84 /src/SSystem/SComponent/c_angle.cpp
parent36c9a1e4b43b0d89c4faa5b9e5865abb771cadb5 (diff)
Move extern forward decls from cpps to headers
Diffstat (limited to 'src/SSystem/SComponent/c_angle.cpp')
-rw-r--r--src/SSystem/SComponent/c_angle.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SSystem/SComponent/c_angle.cpp b/src/SSystem/SComponent/c_angle.cpp
index 0e7ebcb8..c320be5e 100644
--- a/src/SSystem/SComponent/c_angle.cpp
+++ b/src/SSystem/SComponent/c_angle.cpp
@@ -4,10 +4,9 @@
//
#include "SSystem/SComponent/c_angle.h"
+#include "SSystem/SComponent/c_math.h"
#include "dolphin/types.h"
-extern f32 cM_atan2f(f32, f32);
-
const cSAngle cSAngle::_0(static_cast<s16>(0));
const cSAngle cSAngle::_1(static_cast<s16>(0xb6));
const cSAngle cSAngle::_90(static_cast<s16>(0x4000));