Files
af/include/mathf.h
T
Anghelo Carvajal 35cb5d1cfc Integrate sheet knowledge into the repo (#9)
* 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>
2023-04-03 11:54:50 -04:00

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