mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-10 20:58:29 -04:00
Move extern forward decls from cpps to headers
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user