mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
35cb5d1cfc
* boot splits * code file splits * functions from sheets * symbols from the sheet * bootstrap headers * common_data * most segments * headers for boot files * add overlays as placeholders * unname _os files * named a few files * code headers * typo * Disassemble every overlay * bootstrap symbol_addrs_overlays.txt * split yamls --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
23 lines
426 B
C
23 lines
426 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();
|
|
// void Math_FAtan2F();
|
|
// void Math_FAsinF();
|
|
// void Math_FAcosF();
|
|
|
|
// extern UNK_TYPE B_800419B0_jp;
|
|
|
|
#endif
|