mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-12 03:28:56 -04:00
first round of constants cleanup (#3021)
* first round of constants cleanup * move m_PI_D definition * remove compatibility comment * add future version of angle subtracting with/without cast * whitespace change to run builds again
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include "dolphin/mtx.h"
|
||||
#include <math>
|
||||
|
||||
#define m_PI_D 3.141592653589793
|
||||
|
||||
namespace JStudio {
|
||||
namespace math {
|
||||
void getRotation_xyz(MtxP, f32, f32, f32);
|
||||
|
||||
Reference in New Issue
Block a user