mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 15:04:31 +00:00
En_Floormas OK (#97)
* EnFloorMas wip * floormaster formatting * floormaster wip * ovl_En_Floormas OK * pr recommendations * pr updates
This commit is contained in:
parent
5acc4e2f66
commit
0ebe904d0c
67 changed files with 1110 additions and 3575 deletions
|
@ -6,6 +6,7 @@
|
|||
#define FLT_MAX 340282346638528859811704183484516925440.0f
|
||||
#define SHT_MAX 32767.0f
|
||||
#define SHT_MINV (1.0f / SHT_MAX)
|
||||
#define DEGTORAD(x) (x * M_PI / 180.0f)
|
||||
|
||||
float sinf(float);
|
||||
double sin(double);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue