mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
be09c72d0c
* matched TwoHeadArena and THA_GA * header files * started sys_matrix.c * more functions matched * sys_matrix matching * imported data * imported bss * cleanup * more cleanup * last cleanup * formatting * moved prototypes * add back ultra64.h * remove dlabel jlabel temp fix
23 lines
434 B
C
23 lines
434 B
C
#ifndef MATHF_H
|
|
#define MATHF_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
// void Math_FTanF();
|
|
// void Math_FFloorF();
|
|
// void Math_FCeilF();
|
|
// void Math_FRoundF();
|
|
// void Math_FTruncF();
|
|
// void Math_FNearbyIntF();
|
|
// void Math_FAtanTaylorQF();
|
|
// void Math_FAtanTaylorF();
|
|
// void Math_FAtanContFracF();
|
|
// void Math_FAtanF();
|
|
f32 Math_FAtan2F(f32 y, f32 x);
|
|
// void Math_FAsinF();
|
|
// void Math_FAcosF();
|
|
|
|
// extern UNK_TYPE B_800419B0_jp;
|
|
|
|
#endif
|