mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-17 04:20:44 +00:00
Remove Variables.h; Decouple z64.h from global.h (#2507)
* progress * z64.h issues sorted * remove variables.h * format * n64 fix * another fix * did the wrong fix * fix libleo * fix bss * review * remove instead of comment
This commit is contained in:
parent
655ec77138
commit
2278bcb2c3
196 changed files with 273 additions and 218 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "global.h"
|
||||
#include "ultra64.h"
|
||||
#include "z64math.h" // TODO: libultra should not have access to game-side headers
|
||||
|
||||
void guNormalize(f32* x, f32* y, f32* z) {
|
||||
f32 m = 1 / sqrtf(SQ(*x) + SQ(*y) + SQ(*z));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue