summaryrefslogtreecommitdiff
path: root/src/SSystem/SComponent/c_angle.cpp
diff options
context:
space:
mode:
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));