z64.h and functions.h contents should be moved to individual relevant proper headers
https://github.com/zeldaret/oot/pull/1553 does (did) a lot for z64.h but we decided it should be split up into smaller chunks. It can be used as a reference for z64.h
besides better organization, stable headers are desired because what's included affects bss ordering in some way
Hello @Dragorn421! I was hoping that maybe I could work on this issue if it hasn't been addressed yet. Do you have any suggestions on how you would like to split up the imports under include/z64.h?
z64.h and functions.h contents should be moved to individual relevant proper headers
https://github.com/zeldaret/oot/pull/1553 does (did) a lot for z64.h but we decided it should be split up into smaller chunks. It can be used as a reference for z64.h
besides better organization, stable headers are desired because what's included affects bss ordering in some way