mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
12 lines
139 B
C
12 lines
139 B
C
#ifndef MATH_H
|
|
#define MATH_H
|
|
|
|
#include "types.h"
|
|
s16 sins(u16);
|
|
|
|
f32 fatan2(f32, f32);
|
|
|
|
f64 fsqrt(f32);
|
|
|
|
f32 facos(f32);
|
|
#endif |